diff options
Diffstat (limited to 'src/tools/clangbackend/ipcsource/fixit.h')
-rw-r--r-- | src/tools/clangbackend/ipcsource/fixit.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tools/clangbackend/ipcsource/fixit.h b/src/tools/clangbackend/ipcsource/fixit.h index 68e5d05a26..f866bc8c18 100644 --- a/src/tools/clangbackend/ipcsource/fixit.h +++ b/src/tools/clangbackend/ipcsource/fixit.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CLANGBACKEND_FIXIT_H -#define CLANGBACKEND_FIXIT_H +#pragma once #include "sourcerange.h" @@ -56,5 +55,3 @@ private: }; } // namespace ClangBackEnd - -#endif // CLANGBACKEND_FIXIT_H |