mirror of https://github.com/Icinga/icinga2.git
Merge pull request #6050 from gunnarbeutner/feature/remove-boost-split
Replace boost::algorithm::split calls with String::Split
This commit is contained in:
commit
98bcca5e17
|
@ -26,7 +26,6 @@
|
|||
#include "base/convert.hpp"
|
||||
#include "base/objectlock.hpp"
|
||||
#include "base/exception.hpp"
|
||||
#include <boost/algorithm/string/split.hpp>
|
||||
#include <fstream>
|
||||
|
||||
using namespace icinga;
|
||||
|
|
Loading…
Reference in New Issue