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/account.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/account.h') diff --git a/src/account.h b/src/account.h index 15666263..871a3516 100644 --- a/src/account.h +++ b/src/account.h @@ -39,8 +39,7 @@ * * @ingroup data */ -#ifndef INCLUDED_ACCOUNT_H -#define INCLUDED_ACCOUNT_H +#pragma once #include "scope.h" @@ -304,5 +303,3 @@ struct account_compare { }; } // namespace ledger - -#endif // INCLUDED_ACCOUNT_H -- cgit v1.2.3