summaryrefslogtreecommitdiff
path: root/src/exprbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exprbase.h')
-rw-r--r--src/exprbase.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/exprbase.h b/src/exprbase.h
index 37a15680..274f3cdf 100644
--- a/src/exprbase.h
+++ b/src/exprbase.h
@@ -51,8 +51,7 @@
* | draft_t | Partially filled xacts | xact_t * | |
* | format_t | Format strings | string | |
*/
-#ifndef INCLUDED_EXPRBASE_H
-#define INCLUDED_EXPRBASE_H
+#pragma once
#include "utils.h"
#include "amount.h"
@@ -241,5 +240,3 @@ std::ostream& operator<<(std::ostream& out,
}
} // namespace ledger
-
-#endif // INCLUDED_EXPRBASE_H