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/pool.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/pool.h') diff --git a/src/pool.h b/src/pool.h index f5b1023c..daa787c6 100644 --- a/src/pool.h +++ b/src/pool.h @@ -43,8 +43,7 @@ * * Long. */ -#ifndef INCLUDED_POOL_H -#define INCLUDED_POOL_H +#pragma once #include "history.h" #include "annotate.h" @@ -135,5 +134,3 @@ public: }; } // namespace ledger - -#endif // INCLUDED_POOL_H -- cgit v1.2.3