summaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/parser.h b/src/parser.h
index 7cf488e0..881e5445 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -39,8 +39,7 @@
*
* @ingroup expr
*/
-#ifndef INCLUDED_PARSER_H
-#define INCLUDED_PARSER_H
+#pragma once
#include "token.h"
#include "op.h"
@@ -122,5 +121,3 @@ public:
};
} // namespace ledger
-
-#endif // INCLUDED_PARSER_H