diff options
author | Tim Landscheidt <tim@tim-landscheidt.de> | 2019-01-13 16:59:06 +0000 |
---|---|---|
committer | Tim Landscheidt <tim@tim-landscheidt.de> | 2019-01-13 16:59:06 +0000 |
commit | dac56df1f4f9bcdce87d4b095310af49e74d9395 (patch) | |
tree | db0d22f8e5c3c044c045c579b7b1a49506843e96 /src/system.hh.in | |
parent | 40f84faa52396633dfc6756f04d89443bfa4debb (diff) | |
download | fork-ledger-dac56df1f4f9bcdce87d4b095310af49e74d9395.tar.gz fork-ledger-dac56df1f4f9bcdce87d4b095310af49e74d9395.tar.bz2 fork-ledger-dac56df1f4f9bcdce87d4b095310af49e74d9395.zip |
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 38ac1e63..3d5451cb 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -247,7 +247,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> |