]> granicus.if.org Git - icinga2/commitdiff
Remove unused #includes.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 22 Oct 2013 08:10:29 +0000 (10:10 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 22 Oct 2013 08:13:35 +0000 (10:13 +0200)
lib/base/convert.cpp
lib/base/dynamicobject.cpp
lib/base/logger.cpp
lib/base/networkstream.cpp
lib/base/process-unix.cpp

index 199e2037ecae3adef4ab076c7620eaf5a78ad423..6e9299c189cecad3f8d52cfe3b3c8061764aede1 100644 (file)
@@ -18,7 +18,6 @@
  ******************************************************************************/
 
 #include "base/convert.h"
-#include <sstream>
 #include <boost/lexical_cast.hpp>
 
 using namespace icinga;
index 5b688b10413cde95bdca96ff5492a461e0466d6a..4f359b9fdb3a63ca25c6e42cd87c12010d0258c3 100644 (file)
 #include "base/objectlock.h"
 #include "base/logger_fwd.h"
 #include "base/exception.h"
-#include "base/timer.h"
 #include "base/scriptfunction.h"
 #include <fstream>
 #include <boost/make_shared.hpp>
-#include <boost/tuple/tuple.hpp>
 #include <boost/foreach.hpp>
 #include <boost/exception/errinfo_api_function.hpp>
 #include <boost/exception/errinfo_errno.hpp>
index 2db22e217a0e4fede7a739e8065e4001f0262980..90a2b3f6c9026b975f07356fcb40c766a6fde6b7 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "base/application.h"
 #include "base/streamlogger.h"
-#include "base/sysloglogger.h"
+#include "base/logger.h"
 #include "base/dynamictype.h"
 #include "base/utility.h"
 #include "base/objectlock.h"
index d614886eb145ecc6b4bcff819596d3255454bfe3..60b3f44c3cd518bb142a2f500cd96f79cfd1b63c 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "base/networkstream.h"
 #include "base/objectlock.h"
-#include "base/utility.h"
 #include <boost/algorithm/string/trim.hpp>
 
 using namespace icinga;
index 8653c10541de2e5d565654d2f47c49b78033f879..a7e82d356efdd121d17e6bf16194a6d35a567cda 100644 (file)
@@ -23,7 +23,6 @@
 #include "base/objectlock.h"
 #include "base/logger_fwd.h"
 #include "base/utility.h"
-#include <map>
 #include <boost/bind.hpp>
 #include <boost/tuple/tuple.hpp>
 #include <boost/make_shared.hpp>