]> granicus.if.org Git - icinga2/commitdiff
Replace boost::algorithm::split calls with String::Split 6050/head
authorGunnar Beutner <gunnar.beutner@icinga.com>
Thu, 1 Feb 2018 07:07:30 +0000 (08:07 +0100)
committerGunnar Beutner <gunnar.beutner@icinga.com>
Mon, 26 Feb 2018 07:27:18 +0000 (08:27 +0100)
lib/base/scriptglobal.cpp

index d9e180cf97c1c1f0a36b9ab1140b6f8e9a822c0b..225bb695ba1733d7d345adb0f9b61bb4c5d2f604 100644 (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;