diff options
Diffstat (limited to 'src/system.hh.in')
-rw-r--r-- | src/system.hh.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/system.hh.in b/src/system.hh.in index 3c1187d9..c093e334 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -59,9 +59,7 @@ #define HAVE_GETTEXT @HAVE_GETTEXT@ -#cmakedefine HAVE_ACCESS #cmakedefine HAVE_EDIT -#cmakedefine HAVE_REALPATH #cmakedefine HAVE_GETPWUID #cmakedefine HAVE_GETPWNAM #cmakedefine HAVE_IOCTL @@ -143,7 +141,6 @@ typedef std::ostream::pos_type ostream_pos_type; #undef isspace(c) #endif -#include <sys/stat.h> #if defined(_WIN32) || defined(__CYGWIN__) #include <io.h> #else @@ -243,7 +240,6 @@ typedef std::ostream::pos_type ostream_pos_type; #include <boost/python/detail/wrap_python.hpp> #include <datetime.h> -#include <unicodeobject.h> #include <boost/python/module_init.hpp> #include <boost/python/suite/indexing/vector_indexing_suite.hpp> |