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/filters.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/filters.h') diff --git a/src/filters.h b/src/filters.h index 86464e94..6a4e6cf4 100644 --- a/src/filters.h +++ b/src/filters.h @@ -39,8 +39,7 @@ * * @ingroup report */ -#ifndef INCLUDED_FILTERS_H -#define INCLUDED_FILTERS_H +#pragma once #include "chain.h" #include "xact.h" @@ -1083,5 +1082,3 @@ public: }; } // namespace ledger - -#endif // INCLUDED_FILTERS_H -- cgit v1.2.3