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/history.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/history.h') diff --git a/src/history.h b/src/history.h index 16d03c4d..378d6356 100644 --- a/src/history.h +++ b/src/history.h @@ -43,8 +43,7 @@ * * Long. */ -#ifndef INCLUDED_HISTORY_H -#define INCLUDED_HISTORY_H +#pragma once #include "amount.h" #include "commodity.h" @@ -92,5 +91,3 @@ public: }; } // namespace ledger - -#endif // INCLUDED_HISTORY_H -- cgit v1.2.3