diff options
Diffstat (limited to 'src/tools/clangbackend/ipcsource/translationunitparseerrorexception.h')
-rw-r--r-- | src/tools/clangbackend/ipcsource/translationunitparseerrorexception.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tools/clangbackend/ipcsource/translationunitparseerrorexception.h b/src/tools/clangbackend/ipcsource/translationunitparseerrorexception.h index 8175fa7454..13b31e9c7d 100644 --- a/src/tools/clangbackend/ipcsource/translationunitparseerrorexception.h +++ b/src/tools/clangbackend/ipcsource/translationunitparseerrorexception.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CLANGBACKEND_TRANSLATIONUNITPARSEERROREXCEPTION_H -#define CLANGBACKEND_TRANSLATIONUNITPARSEERROREXCEPTION_H +#pragma once #include <utf8string.h> @@ -55,5 +54,3 @@ private: }; } // namespace ClangBackEnd - -#endif // CLANGBACKEND_TRANSLATIONUNITPARSEERROREXCEPTION_H |