Remove unused typedef.

This commit is contained in:
Gunnar Beutner 2013-06-19 10:19:04 +02:00
parent 80aa40fcda
commit 686ea10213

View File

@ -23,13 +23,9 @@
#include "remoting/i2-remoting.h" #include "remoting/i2-remoting.h"
#include "base/dictionary.h" #include "base/dictionary.h"
struct cJSON;
namespace icinga namespace icinga
{ {
typedef ::cJSON json_t;
/** /**
* A part of an RPC message. * A part of an RPC message.
* *