diff options
Diffstat (limited to 'src/plugins/cpptools/cpptoolsbridgeqtcreatorimplementation.h')
-rw-r--r-- | src/plugins/cpptools/cpptoolsbridgeqtcreatorimplementation.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/cpptools/cpptoolsbridgeqtcreatorimplementation.h b/src/plugins/cpptools/cpptoolsbridgeqtcreatorimplementation.h index 88a657dfa5..5570523067 100644 --- a/src/plugins/cpptools/cpptoolsbridgeqtcreatorimplementation.h +++ b/src/plugins/cpptools/cpptoolsbridgeqtcreatorimplementation.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CPPTOOLS_CPPTOOLSBRIDGEQTCREATORIMPLEMENTATION_H -#define CPPTOOLS_CPPTOOLSBRIDGEQTCREATORIMPLEMENTATION_H +#pragma once #include "cpptoolsbridgeinterface.h" @@ -44,5 +43,3 @@ public: } // namespace Internal } // namespace CppTools - -#endif // CPPTOOLS_CPPTOOLSBRIDGEQTCREATORIMPLEMENTATION_H |