aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/pythoneditor/pythoneditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/pythoneditor/pythoneditor.h')
-rw-r--r--src/plugins/pythoneditor/pythoneditor.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/pythoneditor/pythoneditor.h b/src/plugins/pythoneditor/pythoneditor.h
index 5ac8a7413a..914b28000a 100644
--- a/src/plugins/pythoneditor/pythoneditor.h
+++ b/src/plugins/pythoneditor/pythoneditor.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef PYTHONEDITOR_EDITOR_H
-#define PYTHONEDITOR_EDITOR_H
+#pragma once
#include <texteditor/texteditor.h>
@@ -41,5 +40,3 @@ public:
} // namespace Internal
} // namespace PythonEditor
-
-#endif // PYTHONEDITOR_EDITOR_H