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/mask.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/mask.h') diff --git a/src/mask.h b/src/mask.h index b2cca90a..d8e54a51 100644 --- a/src/mask.h +++ b/src/mask.h @@ -41,8 +41,7 @@ * * @brief Regular expression masking. */ -#ifndef INCLUDED_MASK_H -#define INCLUDED_MASK_H +#pragma once #include "utils.h" #if HAVE_BOOST_REGEX_UNICODE @@ -136,5 +135,3 @@ inline void put_mask(property_tree::ptree& pt, const mask_t& mask) { } } // namespace ledger - -#endif // INCLUDED_MASK_H -- cgit v1.2.3