aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/clangbackend/ipcsource/diagnostic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clangbackend/ipcsource/diagnostic.h')
-rw-r--r--src/tools/clangbackend/ipcsource/diagnostic.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tools/clangbackend/ipcsource/diagnostic.h b/src/tools/clangbackend/ipcsource/diagnostic.h
index 76de4a3b81..64d4eff9b7 100644
--- a/src/tools/clangbackend/ipcsource/diagnostic.h
+++ b/src/tools/clangbackend/ipcsource/diagnostic.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef CLANGBACKEND_DIAGNOSTIC_H
-#define CLANGBACKEND_DIAGNOSTIC_H
+#pragma once
#include <clangbackendipc_global.h>
@@ -88,5 +87,3 @@ inline bool operator==(Diagnostic first, Diagnostic second)
}
} // namespace ClangBackEnd
-
-#endif // CLANGBACKEND_DIAGNOSTIC_H