summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/sharedvisitor/dummyplugin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/sharedvisitor/dummyplugin.hxx')
-rw-r--r--compilerplugins/clang/sharedvisitor/dummyplugin.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/compilerplugins/clang/sharedvisitor/dummyplugin.hxx b/compilerplugins/clang/sharedvisitor/dummyplugin.hxx
index fea2786a796e..0ccc36dc86c9 100644
--- a/compilerplugins/clang/sharedvisitor/dummyplugin.hxx
+++ b/compilerplugins/clang/sharedvisitor/dummyplugin.hxx
@@ -9,8 +9,7 @@
*
*/
-#ifndef DUMMYPLUGIN_H
-#define DUMMYPLUGIN_H
+#pragma once
#include "config_clang.h"
@@ -77,6 +76,4 @@ public:
} // namespace
-#endif // DUMMYPLUGIN_H
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */