summaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/parser.h b/src/parser.h
index 5f5bfd2c..8a754d53 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -39,8 +39,8 @@
*
* @ingroup expr
*/
-#ifndef _PARSER_H
-#define _PARSER_H
+#ifndef INCLUDED_PARSER_H
+#define INCLUDED_PARSER_H
#include "token.h"
#include "op.h"
@@ -123,4 +123,4 @@ public:
} // namespace ledger
-#endif // _PARSER_H
+#endif // INCLUDED_PARSER_H