summaryrefslogtreecommitdiff
path: root/src/op.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/op.h')
-rw-r--r--src/op.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/op.h b/src/op.h
index aab362c7..80fae934 100644
--- a/src/op.h
+++ b/src/op.h
@@ -39,8 +39,8 @@
*
* @ingroup expr
*/
-#ifndef _OP_H
-#define _OP_H
+#ifndef INCLUDED_OP_H
+#define INCLUDED_OP_H
#include "expr.h"
@@ -348,4 +348,4 @@ value_t split_cons_expr(expr_t::ptr_op_t op);
} // namespace ledger
-#endif // _OP_H
+#endif // INCLUDED_OP_H