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/pyinterp.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/pyinterp.h') diff --git a/src/pyinterp.h b/src/pyinterp.h index c19adfc2..65291a0c 100644 --- a/src/pyinterp.h +++ b/src/pyinterp.h @@ -29,8 +29,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef INCLUDED_PYINTERP_H -#define INCLUDED_PYINTERP_H +#pragma once #include "session.h" @@ -145,5 +144,3 @@ extern shared_ptr python_session; } // namespace ledger #endif // HAVE_BOOST_PYTHON - -#endif // INCLUDED_PYINTERP_H -- cgit v1.2.3