From ca375cc8af4bb9d3a870dd0ff81e9853be216c87 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Mon, 10 Apr 2023 19:36:12 +0200 Subject: Use #pragma once --- src/exprbase.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/exprbase.h') 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 -- cgit v1.2.3