mirror of https://github.com/Icinga/icinga2.git
Replace boost::algorithm::split calls with String::Split
This commit is contained in:
parent
e952302e08
commit
ef488a3ebc
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue