]> granicus.if.org Git - icinga2/commitdiff
Remove some unused #includes
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 18 Aug 2016 13:45:14 +0000 (15:45 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 18 Aug 2016 13:46:01 +0000 (15:46 +0200)
fixes #12481

lib/base/configobject.cpp
lib/base/configwriter.cpp
lib/base/scriptframe.hpp

index 148ff0ea420f02d107e1ca8d278b88c9f0556a9b..87e8296a1ceaa1b0b7530f588c2bd1732358bf80 100644 (file)
@@ -33,7 +33,6 @@
 #include "base/workqueue.hpp"
 #include "base/context.hpp"
 #include "base/application.hpp"
-#include "config/configitem.hpp"
 #include <fstream>
 #include <boost/foreach.hpp>
 #include <boost/algorithm/string/split.hpp>
index 4a7f5d6e4feba56e6f40d8eb71e85b63f7228d72..5372c088527d624d585dc04fbaa66c560199170b 100644 (file)
@@ -18,7 +18,6 @@
  ******************************************************************************/
 
 #include "base/configwriter.hpp"
-#include "config/configcompiler.hpp"
 #include "base/exception.hpp"
 #include <boost/foreach.hpp>
 #include <boost/regex.hpp>
index e980a1bd59d08d8f5ec6f88a7560f0fef845f7a4..baf15b9ff6ced910a5cb0728ecd56cb4b54889e4 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef SCRIPTFRAME_H
 #define SCRIPTFRAME_H
 
-#include "config/i2-config.hpp"
+#include "base/i2-base.hpp"
 #include "base/dictionary.hpp"
 #include "base/array.hpp"
 #include <boost/thread/tss.hpp>