Remove unneeded guard macros from system.hh.in
This commit is contained in:
parent
63c8d9054c
commit
9d1daa27e2
1 changed files with 0 additions and 5 deletions
|
|
@ -41,9 +41,6 @@
|
||||||
* None of these header files (with the exception of acconf.h, when
|
* None of these header files (with the exception of acconf.h, when
|
||||||
* configure is re-run) are expected to change.
|
* configure is re-run) are expected to change.
|
||||||
*/
|
*/
|
||||||
#ifndef _SYSTEM_HH
|
|
||||||
#define _SYSTEM_HH
|
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#if defined(__GNUG__) && __GNUG__ < 3
|
#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>
|
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
|
||||||
|
|
||||||
#endif // HAVE_BOOST_PYTHON
|
#endif // HAVE_BOOST_PYTHON
|
||||||
|
|
||||||
#endif // _SYSTEM_HH
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue