From 9d1daa27e23864e0238c8fde2b6ad5f45ebe136a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 10 Feb 2012 19:57:11 -1000 Subject: Remove unneeded guard macros from system.hh.in --- src/system.hh.in | 5 ----- 1 file changed, 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 #endif // HAVE_BOOST_PYTHON - -#endif // _SYSTEM_HH -- cgit v1.2.3