diff options
Diffstat (limited to 'src/plugins/clangcodemodel/clangcompletionchunkstotextconverter.h')
-rw-r--r-- | src/plugins/clangcodemodel/clangcompletionchunkstotextconverter.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/clangcodemodel/clangcompletionchunkstotextconverter.h b/src/plugins/clangcodemodel/clangcompletionchunkstotextconverter.h index 57c5e2b8f1..8b0590fda6 100644 --- a/src/plugins/clangcodemodel/clangcompletionchunkstotextconverter.h +++ b/src/plugins/clangcodemodel/clangcompletionchunkstotextconverter.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CLANGCODEMODEL_INTERNAL_COMPLETIONCHUNKSTOTEXTCONVERTER_H -#define CLANGCODEMODEL_INTERNAL_COMPLETIONCHUNKSTOTEXTCONVERTER_H +#pragma once #include <clangbackendipc/codecompletionchunk.h> @@ -106,5 +105,3 @@ private: } // namespace Internal } // namespace ClangCodeModel - -#endif // CLANGCODEMODEL_INTERNAL_COMPLETIONCHUNKSTOTEXTCONVERTER_H |