Replace boost::algorithm::split calls with String::Split

This commit is contained in:
Gunnar Beutner 2018-02-01 08:07:30 +01:00
parent e952302e08
commit ef488a3ebc
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@
#include "base/convert.hpp" #include "base/convert.hpp"
#include "base/objectlock.hpp" #include "base/objectlock.hpp"
#include "base/exception.hpp" #include "base/exception.hpp"
#include <boost/algorithm/string/split.hpp>
#include <fstream> #include <fstream>
using namespace icinga; using namespace icinga;