From ef488a3ebc21bcbb51d5f6a504964f3ff07ec099 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 1 Feb 2018 08:07:30 +0100 Subject: [PATCH] Replace boost::algorithm::split calls with String::Split --- lib/base/scriptglobal.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/base/scriptglobal.cpp b/lib/base/scriptglobal.cpp index d9e180cf9..225bb695b 100644 --- a/lib/base/scriptglobal.cpp +++ b/lib/base/scriptglobal.cpp @@ -26,7 +26,6 @@ #include "base/convert.hpp" #include "base/objectlock.hpp" #include "base/exception.hpp" -#include #include using namespace icinga; -- 2.40.0