aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpphoverhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cppeditor/cpphoverhandler.h')
-rw-r--r--src/plugins/cppeditor/cpphoverhandler.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/cppeditor/cpphoverhandler.h b/src/plugins/cppeditor/cpphoverhandler.h
index 7562f42e25..accc275152 100644
--- a/src/plugins/cppeditor/cpphoverhandler.h
+++ b/src/plugins/cppeditor/cpphoverhandler.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef CPPHOVERHANDLER_H
-#define CPPHOVERHANDLER_H
+#pragma once
#include <texteditor/basehoverhandler.h>
@@ -44,5 +43,3 @@ private:
} // namespace Internal
} // namespace CppEditor
-
-#endif // CPPHOVERHANDLER_H