diff options
Diffstat (limited to 'src/op.h')
-rw-r--r-- | src/op.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |