Initial stab at untangling the #include maze. Probably needs a second pass.
[oweals/opkg-lede.git] / src / opkg-cl.c
index 3bbcd42cb77a75293077d8810d119f41d3789f01..f1c8f61853fd86ca17be47f7ea03efe2cc3c56b9 100644 (file)
    opkg command line frontend using libopkg
 */
 
-#include "includes.h"
+#include "config.h"
 
+#include <stdio.h>
 #include <getopt.h>
-#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
 
 #include "opkg_conf.h"
 #include "opkg_cmd.h"