diff options
author | John Wiegley <johnw@newartisans.com> | 2019-01-14 17:27:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-14 17:27:11 -0800 |
commit | eab9f3d8f82a61af58121ccf5d62770b6156023f (patch) | |
tree | 2c800165fcdc90737bdb60902c57132c586e082c /src/system.hh.in | |
parent | b0efeb8b263f91413dc88e87039b872233941cf8 (diff) | |
parent | dac56df1f4f9bcdce87d4b095310af49e74d9395 (diff) | |
download | fork-ledger-eab9f3d8f82a61af58121ccf5d62770b6156023f.tar.gz fork-ledger-eab9f3d8f82a61af58121ccf5d62770b6156023f.tar.bz2 fork-ledger-eab9f3d8f82a61af58121ccf5d62770b6156023f.zip |
Merge pull request #1713 from scfc/remove-unicodeobject-h
Remove unnecessary include for unicodeobject.h
Diffstat (limited to 'src/system.hh.in')
-rw-r--r-- | src/system.hh.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/system.hh.in b/src/system.hh.in index 799bb47c..c42b65b8 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -245,7 +245,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> |