diff options
author | John Wiegley <johnw@newartisans.com> | 2019-01-14 17:29:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-14 17:29:50 -0800 |
commit | b29d07ac62a9e7df427ab71a789cfcc96de9f4db (patch) | |
tree | 7d0c769098f5b69dd80b24c8a831d7255d70a71c /src/system.hh.in | |
parent | ccb7019c8b014b907d88bbcfb802b7f1458383b6 (diff) | |
parent | 88fd3a38b9456998c59dd49bb225504156274c83 (diff) | |
download | fork-ledger-b29d07ac62a9e7df427ab71a789cfcc96de9f4db.tar.gz fork-ledger-b29d07ac62a9e7df427ab71a789cfcc96de9f4db.tar.bz2 fork-ledger-b29d07ac62a9e7df427ab71a789cfcc96de9f4db.zip |
Merge branch 'next' into move-have-edit
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> |