aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/clangbackend/ipcsource/sourcelocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clangbackend/ipcsource/sourcelocation.h')
-rw-r--r--src/tools/clangbackend/ipcsource/sourcelocation.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tools/clangbackend/ipcsource/sourcelocation.h b/src/tools/clangbackend/ipcsource/sourcelocation.h
index 0ce40f6c5f..2f278e8566 100644
--- a/src/tools/clangbackend/ipcsource/sourcelocation.h
+++ b/src/tools/clangbackend/ipcsource/sourcelocation.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef CLANGBACKEND_SOURCELOCATION_H
-#define CLANGBACKEND_SOURCELOCATION_H
+#pragma once
#include <clang-c/Index.h>
@@ -75,5 +74,3 @@ bool operator==(const SourceLocation &first, const SourceLocation &second);
void PrintTo(const SourceLocation &sourceLocation, ::std::ostream* os);
} // namespace ClangBackEnd
-
-#endif // CLANGBACKEND_SOURCELOCATION_H