1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-04-08 17:05:25 +02:00

Merge pull request from gunnarbeutner/feature/remove-boost-split

Replace boost::algorithm::split calls with String::Split
This commit is contained in:
Gunnar Beutner 2018-02-26 08:37:46 +01:00 committed by GitHub
commit 98bcca5e17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;