diff options
author | John Wiegley <johnw@newartisans.com> | 2012-02-10 19:57:11 -1000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-02-11 16:53:31 -1000 |
commit | 9d1daa27e23864e0238c8fde2b6ad5f45ebe136a (patch) | |
tree | 4b7ab204d211b82a990a3a1927b65d42d020c4f1 | |
parent | 63c8d9054c7d12f0035d82f20fd776a5cc015de8 (diff) | |
download | fork-ledger-9d1daa27e23864e0238c8fde2b6ad5f45ebe136a.tar.gz fork-ledger-9d1daa27e23864e0238c8fde2b6ad5f45ebe136a.tar.bz2 fork-ledger-9d1daa27e23864e0238c8fde2b6ad5f45ebe136a.zip |
Remove unneeded guard macros from system.hh.in
-rw-r--r-- | src/system.hh.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/system.hh.in b/src/system.hh.in index f063a761..42a82e41 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -41,9 +41,6 @@ * None of these header files (with the exception of acconf.h, when * configure is re-run) are expected to change. */ -#ifndef _SYSTEM_HH -#define _SYSTEM_HH - #include "config.h" #if defined(__GNUG__) && __GNUG__ < 3 @@ -261,5 +258,3 @@ void serialize(Archive& ar, istream_pos_type& pos, const unsigned int) #include <boost/python/suite/indexing/vector_indexing_suite.hpp> #endif // HAVE_BOOST_PYTHON - -#endif // _SYSTEM_HH |