diff options
Diffstat (limited to 'src/plugins/cppeditor/cppuseselectionsupdater.h')
-rw-r--r-- | src/plugins/cppeditor/cppuseselectionsupdater.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/cppeditor/cppuseselectionsupdater.h b/src/plugins/cppeditor/cppuseselectionsupdater.h index d1bc479dc9..00f173c194 100644 --- a/src/plugins/cppeditor/cppuseselectionsupdater.h +++ b/src/plugins/cppeditor/cppuseselectionsupdater.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPPUSESELECTIONSUPDATER_H -#define CPPUSESELECTIONSUPDATER_H +#pragma once #include <cpptools/cppsemanticinfo.h> #include <texteditor/texteditorconstants.h> @@ -114,5 +113,3 @@ private: } // namespace Internal } // namespace CppEditor - -#endif // CPPUSESELECTIONSUPDATER_H |