diff options
Diffstat (limited to 'src/plugins/valgrind/memchecktool.h')
-rw-r--r-- | src/plugins/valgrind/memchecktool.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/valgrind/memchecktool.h b/src/plugins/valgrind/memchecktool.h index 1ea57b9778..8a6bdd95f3 100644 --- a/src/plugins/valgrind/memchecktool.h +++ b/src/plugins/valgrind/memchecktool.h @@ -24,8 +24,7 @@ ** ****************************************************************************/ -#ifndef MEMCHECKTOOL_H -#define MEMCHECKTOOL_H +#pragma once #include <QObject> @@ -44,5 +43,3 @@ void destroyMemcheckTool(); } // namespace Internal } // namespace Valgrind - -#endif // MEMCHECKTOOL_H |