Remove unneeded guard macros from system.hh.in

This commit is contained in:
John Wiegley 2012-02-10 19:57:11 -10:00
parent 63c8d9054c
commit 9d1daa27e2

View file

@ -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