]> granicus.if.org Git - icinga2/commitdiff
Remove unused typedef.
authorGunnar Beutner <gunnar.beutner@netways.de>
Wed, 19 Jun 2013 08:19:04 +0000 (10:19 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 19 Jun 2013 08:19:04 +0000 (10:19 +0200)
lib/remoting/messagepart.h

index ac703b9bdd628c51f387c339e6262dd68b5cb1be..1468f895d16e9bc10834021312160d68fab9edd0 100644 (file)
 #include "remoting/i2-remoting.h"
 #include "base/dictionary.h"
 
-struct cJSON;
-
 namespace icinga
 {
 
-typedef ::cJSON json_t;
-
 /**
  * A part of an RPC message.
  *