From e032aeef96dfd35361ed37275b6ef5ed426fc1b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Schr=C3=B6der?= Date: Sun, 6 Dec 2015 13:49:55 +0100 Subject: [PATCH] use json-c --- blobmsg_json.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/blobmsg_json.c b/blobmsg_json.c index ffde23d..f37bf35 100644 --- a/blobmsg_json.c +++ b/blobmsg_json.c @@ -17,11 +17,7 @@ #include "blobmsg.h" #include "blobmsg_json.h" -#ifdef JSONC - #include -#else - #include -#endif +#include bool blobmsg_add_object(struct blob_buf *b, json_object *obj) {