From b2010c706c85c621d5795304fd94711eb400321a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 2 Mar 2013 16:19:30 +0100 Subject: [PATCH] json_script: do not rely on global includes for other libubox header files Signed-off-by: Felix Fietkau --- json_script.c | 3 +-- json_script.h | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/json_script.c b/json_script.c index bc23754..a288214 100644 --- a/json_script.c +++ b/json_script.c @@ -16,8 +16,7 @@ #include #include -#include - +#include "avl-cmp.h" #include "json_script.h" struct json_call { diff --git a/json_script.h b/json_script.h index e28b511..6c46f99 100644 --- a/json_script.h +++ b/json_script.h @@ -16,10 +16,10 @@ #ifndef __JSON_SCRIPT_H #define __JSON_SCRIPT_H -#include -#include -#include -#include +#include "avl.h" +#include "blob.h" +#include "blobmsg.h" +#include "utils.h" struct json_script_file; -- 2.11.0