diff options
Diffstat (limited to 'src/plugins/cpptools/cppcodestylepreferences.h')
-rw-r--r-- | src/plugins/cpptools/cppcodestylepreferences.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/cpptools/cppcodestylepreferences.h b/src/plugins/cpptools/cppcodestylepreferences.h index 2190c35b47..7317528a02 100644 --- a/src/plugins/cpptools/cppcodestylepreferences.h +++ b/src/plugins/cpptools/cppcodestylepreferences.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPPCODESTYLEPREFERENCES_H -#define CPPCODESTYLEPREFERENCES_H +#pragma once #include "cpptools_global.h" #include "cppcodestylesettings.h" @@ -69,5 +68,3 @@ private: }; } // namespace CppTools - -#endif // CPPCODESTYLEPREFERENCES_H |