libopkg: remove config.h references
[project/opkg-lede.git] / libopkg / opkg_conf.h
index e81133773627a86eb303671b13b8e3666d178371..3893f33f2127e98640b207e9d82bd82150cf6bbd 100644 (file)
@@ -21,8 +21,6 @@
 typedef struct opkg_conf opkg_conf_t;
 extern opkg_conf_t *conf;
 
-#include "config.h"
-
 #include <stdarg.h>
 #include <fnmatch.h>           /* FNM_CASEFOLD */