From aad4b488128766a5747ad23f69e8749d4aaec2bc Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 13 Nov 2014 20:09:36 +0100 Subject: [PATCH] Drop invalid headers from libhello debug code refs #7559 --- lib/hello/hello.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/hello/hello.cpp b/lib/hello/hello.cpp index 1a4ba53d7..7f95fcbff 100644 --- a/lib/hello/hello.cpp +++ b/lib/hello/hello.cpp @@ -18,13 +18,7 @@ ******************************************************************************/ #include "hello/hello.hpp" -#include "icinga/host.hpp" -#include "icinga/checkcommand.hpp" -#include "base/dynamictype.hpp" #include "base/logger.hpp" -#include "base/json.hpp" -#include "base/serializer.hpp" -#include using namespace icinga; -- 2.40.0