split off and compile util.c separately
[project/uci.git] / libuci.c
index 6e9587b9e0fb0e1abc2108980fcb09d272893d3e..5b22ef1c6af2471431601f2f7642d4d8ea4870fb 100644 (file)
--- a/libuci.c
+++ b/libuci.c
@@ -43,7 +43,6 @@ static const char *uci_errstr[] = {
 static void uci_unload_plugin(struct uci_context *ctx, struct uci_plugin *p);
 
 #include "uci_internal.h"
-#include "util.c"
 #include "list.c"
 #include "history.c"