diff options
Diffstat (limited to 'src/plugins/cpptools/cpplocalsymbols.h')
-rw-r--r-- | src/plugins/cpptools/cpplocalsymbols.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/cpptools/cpplocalsymbols.h b/src/plugins/cpptools/cpplocalsymbols.h index b58a4add01..ef2a37f3aa 100644 --- a/src/plugins/cpptools/cpplocalsymbols.h +++ b/src/plugins/cpptools/cpplocalsymbols.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPPLOCALSYMBOLS_H -#define CPPLOCALSYMBOLS_H +#pragma once #include "cpptools_global.h" #include "cppsemanticinfo.h" @@ -42,5 +41,3 @@ public: }; } // namespace CppTools - -#endif // CPPLOCALSYMBOLS_H |