Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-03-02 19:19:30 +0400
committerFelix Fietkau <nbd@openwrt.org>2013-03-02 19:21:11 +0400
commitb2010c706c85c621d5795304fd94711eb400321a (patch)
tree83778424d019bebdab21c2419c66b3e5b6d33dd0 /json_script.h
parent38ea521911a1bf01b3714f1dfc725e941159c0f1 (diff)
json_script: do not rely on global includes for other libubox header files
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'json_script.h')
-rw-r--r--json_script.h8
1 files changed, 4 insertions, 4 deletions
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 <libubox/avl.h>
-#include <libubox/blob.h>
-#include <libubox/blobmsg.h>
-#include <libubox/utils.h>
+#include "avl.h"
+#include "blob.h"
+#include "blobmsg.h"
+#include "utils.h"
struct json_script_file;