From: Gunnar Beutner <gunnar@beutner.name>
Date: Wed, 5 Nov 2014 15:47:11 +0000 (+0100)
Subject: Remove some obsolete references to cJSON
X-Git-Tag: v2.2.0~120
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e16e1d39573dbbe4e911f460dfd6eb0cadeba3c;p=icinga2

Remove some obsolete references to cJSON

refs #7452
---

diff --git a/lib/base/CMakeLists.txt b/lib/base/CMakeLists.txt
index 815af1162..8467c9468 100644
--- a/lib/base/CMakeLists.txt
+++ b/lib/base/CMakeLists.txt
@@ -47,9 +47,6 @@ if(HAVE_LIBEXECINFO)
     target_link_libraries(base execinfo)
 endif()
 
-include_directories(${icinga2_SOURCE_DIR}/third-party/cJSON)
-link_directories(${icinga2_BINARY_DIR}/third-party/cJSON)
-
 include_directories(${icinga2_SOURCE_DIR}/third-party/execvpe)
 link_directories(${icinga2_BINARY_DIR}/third-party/execvpe)
 
diff --git a/lib/base/value.hpp b/lib/base/value.hpp
index 12885cbfe..e6b106738 100644
--- a/lib/base/value.hpp
+++ b/lib/base/value.hpp
@@ -25,8 +25,6 @@
 #include <boost/variant/variant.hpp>
 #include <boost/variant/get.hpp>
 
-struct cJSON;
-
 namespace icinga
 {