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/item.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/item.h') diff --git a/src/item.h b/src/item.h index 904239bb..faebe61f 100644 --- a/src/item.h +++ b/src/item.h @@ -39,8 +39,7 @@ * * @ingroup data */ -#ifndef INCLUDED_ITEM_H -#define INCLUDED_ITEM_H +#pragma once #include "scope.h" @@ -214,5 +213,3 @@ string item_context(const item_t& item, const string& desc); void put_metadata(property_tree::ptree& pt, const item_t::string_map& metadata); } // namespace ledger - -#endif // INCLUDED_ITEM_H -- cgit v1.2.3