From c2a97b6f83a32483817d02194a1e7c8d6828b0bb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 18 Aug 2015 18:04:49 +0100 Subject: Include tidying. --- src/lib/server.cc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/lib/server.cc') diff --git a/src/lib/server.cc b/src/lib/server.cc index 79840c25b..2fc940466 100644 --- a/src/lib/server.cc +++ b/src/lib/server.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2014 Carl Hetherington + Copyright (C) 2012-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -32,6 +32,7 @@ #include "data.h" #include "safe_stringstream.h" #include "raw_convert.h" +#include "compose.hpp" #include #include #include @@ -47,16 +48,12 @@ #define LOG_ERROR_NC(...) _log->log (__VA_ARGS__, Log::TYPE_ERROR); using std::string; -using std::multimap; using std::vector; using std::list; using std::cout; using std::cerr; -using std::setprecision; using std::fixed; using boost::shared_ptr; -using boost::algorithm::is_any_of; -using boost::algorithm::split; using boost::thread; using boost::bind; using boost::scoped_array; @@ -304,4 +301,3 @@ Server::handle_accept (shared_ptr socket, boost::system::error_code cons start_accept (); } - -- cgit v1.2.3