diff options
Diffstat (limited to 'src/plugins/valgrind/callgrind/callgrindcycledetection.h')
-rw-r--r-- | src/plugins/valgrind/callgrind/callgrindcycledetection.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/valgrind/callgrind/callgrindcycledetection.h b/src/plugins/valgrind/callgrind/callgrindcycledetection.h index 07b0281384..4894e7227f 100644 --- a/src/plugins/valgrind/callgrind/callgrindcycledetection.h +++ b/src/plugins/valgrind/callgrind/callgrindcycledetection.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef LIBVALGRIND_CALLGRINDCYCLEDETECTION_H -#define LIBVALGRIND_CALLGRINDCYCLEDETECTION_H +#pragma once #include <QHash> #include <QStack> @@ -75,5 +74,3 @@ private: } // namespace Callgrind } // namespace Valgrind - -#endif // LIBVALGRIND_CALLGRINDCYCLEDETECTION_H |