summaryrefslogtreecommitdiff
path: root/basic/source/inc/parser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/inc/parser.hxx')
-rw-r--r--basic/source/inc/parser.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/basic/source/inc/parser.hxx b/basic/source/inc/parser.hxx
index 88f4f34b2b33..4e03e6d39058 100644
--- a/basic/source/inc/parser.hxx
+++ b/basic/source/inc/parser.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BASIC_SOURCE_INC_PARSER_HXX
-#define INCLUDED_BASIC_SOURCE_INC_PARSER_HXX
+#pragma once
#include "expr.hxx"
#include "codegen.hxx"
@@ -139,6 +138,4 @@ public:
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */