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/compare.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/compare.h') diff --git a/src/compare.h b/src/compare.h index 6c7141f6..1a329ad6 100644 --- a/src/compare.h +++ b/src/compare.h @@ -39,8 +39,7 @@ * * @ingroup data */ -#ifndef INCLUDED_COMPARE_H -#define INCLUDED_COMPARE_H +#pragma once #include "expr.h" @@ -96,5 +95,3 @@ bool compare_items::operator()(account_t * left, account_t * right); } // namespace ledger - -#endif // INCLUDED_COMPARE_H -- cgit v1.2.3