diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-15 14:04:23 +0200 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-15 14:04:23 +0200 |
commit | fac2c16d1237fdeccb4017268f3068254cbde573 (patch) | |
tree | 826673e89039113ca2283ac9b41977548d44eb9a /src | |
parent | d8fefe9e82f99d4dab477a66c83cad64a8159c33 (diff) | |
download | fork-ledger-fac2c16d1237fdeccb4017268f3068254cbde573.tar.gz fork-ledger-fac2c16d1237fdeccb4017268f3068254cbde573.tar.bz2 fork-ledger-fac2c16d1237fdeccb4017268f3068254cbde573.zip |
Modernize system.hh.in
Diffstat (limited to 'src')
-rw-r--r-- | src/system.hh.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/system.hh.in b/src/system.hh.in index a6c465df..e74dc774 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -41,9 +41,7 @@ * None of these header files (with the exception of acconf.h, when * configure is re-run) are expected to change. */ - -#ifndef INCLUDED_SYSTEM_HH -#define INCLUDED_SYSTEM_HH +#pragma once //#warning("Loading system.hh. This should occur only once!") @@ -216,5 +214,3 @@ #include <boost/iterator/indirect_iterator.hpp> #endif // HAVE_BOOST_PYTHON - -#endif // INCLUDED_SYSTEM_HH |