Merge pull request #6050 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
1 changed files with 0 additions and 1 deletions

View File

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