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:
-rw-r--r--json_script.c3
-rw-r--r--json_script.h8
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 <sys/stat.h>
#include <regex.h>
-#include <libubox/avl-cmp.h>
-
+#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 <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;