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/xact.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/xact.h') diff --git a/src/xact.h b/src/xact.h index 773b5906..4882acd2 100644 --- a/src/xact.h +++ b/src/xact.h @@ -39,8 +39,7 @@ * * @ingroup data */ -#ifndef INCLUDED_XACT_H -#define INCLUDED_XACT_H +#pragma once #include "item.h" #include "predicate.h" @@ -235,5 +234,3 @@ typedef std::list period_xacts_list; void put_xact(property_tree::ptree& pt, const xact_t& xact); } // namespace ledger - -#endif // INCLUDED_XACT_H -- cgit v1.2.3