summaryrefslogtreecommitdiff
path: root/src/op.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/op.h')
-rw-r--r--src/op.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/op.h b/src/op.h
index e12199ce..dcb0784d 100644
--- a/src/op.h
+++ b/src/op.h
@@ -39,8 +39,7 @@
*
* @ingroup expr
*/
-#ifndef INCLUDED_OP_H
-#define INCLUDED_OP_H
+#pragma once
#include "expr.h"
@@ -347,5 +346,3 @@ string op_context(const expr_t::ptr_op_t op,
value_t split_cons_expr(expr_t::ptr_op_t op);
} // namespace ledger
-
-#endif // INCLUDED_OP_H