summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/compat.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/compat.hxx')
-rw-r--r--compilerplugins/clang/compat.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/compilerplugins/clang/compat.hxx b/compilerplugins/clang/compat.hxx
index 51f13d39f332..bf3abf60c941 100644
--- a/compilerplugins/clang/compat.hxx
+++ b/compilerplugins/clang/compat.hxx
@@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_COMPILERPLUGINS_CLANG_COMPAT_HXX
-#define INCLUDED_COMPILERPLUGINS_CLANG_COMPAT_HXX
+#pragma once
#include <cstddef>
#include <utility>
@@ -310,6 +309,4 @@ inline bool isComparisonOp(clang::CXXOperatorCallExpr const * callExpr)
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */