summaryrefslogtreecommitdiff
path: root/src/system.hh.in
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-03-05 22:12:59 -0500
committerJohn Wiegley <johnw@newartisans.com>2010-03-05 22:14:14 -0500
commitfe95280492a35fb2e8ee8d43f63754defc3b56e7 (patch)
tree54490c015f06f539b5652a4ed4b0c90d0f93e2c4 /src/system.hh.in
parent33187220891dd8826ff4d5a53b724b0058f6fef9 (diff)
downloadfork-ledger-fe95280492a35fb2e8ee8d43f63754defc3b56e7.tar.gz
fork-ledger-fe95280492a35fb2e8ee8d43f63754defc3b56e7.tar.bz2
fork-ledger-fe95280492a35fb2e8ee8d43f63754defc3b56e7.zip
Added some preliminary code for convert CSV to Ledger
Diffstat (limited to 'src/system.hh.in')
-rw-r--r--src/system.hh.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/system.hh.in b/src/system.hh.in
index d68ac1a5..5de7150e 100644
--- a/src/system.hh.in
+++ b/src/system.hh.in
@@ -136,8 +136,7 @@ typedef std::ostream::pos_type ostream_pos_type;
#include <editline/readline.h>
#endif
-#include <boost/algorithm/string/classification.hpp>
-#include <boost/algorithm/string/predicate.hpp>
+#include <boost/algorithm/string.hpp>
#include <boost/bind.hpp>
#include <boost/cast.hpp>
#include <boost/current_function.hpp>