summaryrefslogtreecommitdiffhomepage
path: root/ast.c
diff options
context:
space:
mode:
Diffstat (limited to 'ast.c')
-rw-r--r--ast.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ast.c b/ast.c
index ab4f873..0b07e10 100644
--- a/ast.c
+++ b/ast.c
@@ -23,7 +23,6 @@
#include <stdarg.h>
#include <string.h>
#include <math.h>
-#include <libubox/utils.h>
struct ut_opcode *
ut_new_op(struct ut_state *s, int type, struct json_object *val, ...)