Remove some obsolete references to cJSON

refs #7452
This commit is contained in:
Gunnar Beutner 2014-11-05 16:47:11 +01:00
parent cfc418c9eb
commit 9e16e1d395
2 changed files with 0 additions and 5 deletions

View File

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

View File

@ -25,8 +25,6 @@
#include <boost/variant/variant.hpp>
#include <boost/variant/get.hpp>
struct cJSON;
namespace icinga
{