summaryrefslogtreecommitdiff
path: root/src/system.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/system.hh')
-rw-r--r--src/system.hh16
1 files changed, 1 insertions, 15 deletions
diff --git a/src/system.hh b/src/system.hh
index 69b8c4e1..d56a1896 100644
--- a/src/system.hh
+++ b/src/system.hh
@@ -120,21 +120,15 @@ typedef std::ostream::pos_type ostream_pos_type;
#endif
#include <sys/stat.h>
-
#ifdef WIN32
#include <io.h>
#else
#include <unistd.h>
#endif
-
#if defined(HAVE_GETPWUID) || defined(HAVE_GETPWNAM)
#include <pwd.h>
#endif
-#if defined(HAVE_NL_LANGINFO)
-#include <langinfo.h>
-#endif
-
#include <gmp.h>
#include <mpfr.h>
#include "sha1.h"
@@ -146,6 +140,7 @@ typedef std::ostream::pos_type ostream_pos_type;
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/any.hpp>
+#include <boost/bind.hpp>
#include <boost/cast.hpp>
#include <boost/current_function.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
@@ -157,19 +152,10 @@ typedef std::ostream::pos_type ostream_pos_type;
#include <boost/foreach.hpp>
#include <boost/function.hpp>
#include <boost/intrusive_ptr.hpp>
-#include <boost/lambda/bind.hpp>
-#include <boost/lambda/lambda.hpp>
#include <boost/lexical_cast.hpp>
-#include <boost/multi_index/hashed_index.hpp>
-#include <boost/multi_index/key_extractors.hpp>
-#include <boost/multi_index/ordered_index.hpp>
-#include <boost/multi_index/random_access_index.hpp>
-#include <boost/multi_index/sequenced_index.hpp>
-#include <boost/multi_index_container.hpp>
#include <boost/operators.hpp>
#include <boost/optional.hpp>
#include <boost/ptr_container/ptr_list.hpp>
-#include <boost/ptr_container/ptr_vector.hpp>
#include <boost/regex.hpp>
#include <boost/variant.hpp>