Remove unused #includes

refs #12481
This commit is contained in:
Gunnar Beutner 2016-08-27 10:59:52 +02:00
parent 4dbc07e2bc
commit 6e384f81a0
3 changed files with 0 additions and 3 deletions

View File

@ -23,7 +23,6 @@
#include "base/scriptframe.hpp" #include "base/scriptframe.hpp"
#include "base/initialize.hpp" #include "base/initialize.hpp"
#include <boost/math/special_functions/round.hpp> #include <boost/math/special_functions/round.hpp>
#include <boost/math/special_functions/fpclassify.hpp>
#include <cmath> #include <cmath>
using namespace icinga; using namespace icinga;

View File

@ -24,7 +24,6 @@
#include "base/objectlock.hpp" #include "base/objectlock.hpp"
#include "base/utility.hpp" #include "base/utility.hpp"
#include "base/exception.hpp" #include "base/exception.hpp"
#include <boost/bind/apply.hpp>
using namespace icinga; using namespace icinga;

View File

@ -25,7 +25,6 @@
#include "base/objectlock.hpp" #include "base/objectlock.hpp"
#include "base/convert.hpp" #include "base/convert.hpp"
#include "base/utility.hpp" #include "base/utility.hpp"
#include <boost/bind/apply.hpp>
#include <boost/algorithm/string/split.hpp> #include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/classification.hpp> #include <boost/algorithm/string/classification.hpp>