From 6f2c688d68f57dedede87e08e74d82ac18244fa0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 23 Sep 2014 12:03:32 +0200 Subject: blobmsg_json: include json.h inside blobmsg_json.c instead of the public header file Signed-off-by: Felix Fietkau --- blobmsg_json.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'blobmsg_json.h') diff --git a/blobmsg_json.h b/blobmsg_json.h index e8036eb..5ea6f09 100644 --- a/blobmsg_json.h +++ b/blobmsg_json.h @@ -16,11 +16,8 @@ #ifndef __BLOBMSG_JSON_H #define __BLOBMSG_JSON_H -#ifdef JSONC - #include -#else - #include -#endif +struct json_object; +typedef struct json_object json_object; #include #include "blobmsg.h" -- cgit v1.2.3