diff options
Diffstat (limited to 'src/libs/clangbackendipc/messageenvelop.h')
-rw-r--r-- | src/libs/clangbackendipc/messageenvelop.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libs/clangbackendipc/messageenvelop.h b/src/libs/clangbackendipc/messageenvelop.h index 93dd2a0f24..008a4c0037 100644 --- a/src/libs/clangbackendipc/messageenvelop.h +++ b/src/libs/clangbackendipc/messageenvelop.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CLANGBACKEND_MESSAGEENVELOP_H -#define CLANGBACKEND_MESSAGEENVELOP_H +#pragma once #include "clangbackendipc_global.h" @@ -108,5 +107,3 @@ private: }; } // namespace ClangBackEnd - -#endif // CLANGBACKEND_MESSAGEENVELOP_H |