opkg: remove opkg.h in preperation for new API
[oweals/opkg-lede.git] / libopkg / opkg_cmd.c
index 5aa5dfa3f4c6e043a7f228363eab55ba8e0cfb6f..02e67556e1b856a7caeb87bc09af755f6daedfea 100644 (file)
    General Public License for more details.
 */
 
    General Public License for more details.
 */
 
-#include <string.h>
 
 
-#include "opkg.h"
-#include <libgen.h>
-#include <glob.h>
-#include <errno.h>
-#include <stdlib.h>
-#include <unistd.h>
-#include <signal.h>
-#include <stdio.h>
+#include "includes.h"
 #include <dirent.h>
 #include <dirent.h>
+#include <glob.h>
 
 #include "opkg_conf.h"
 #include "opkg_cmd.h"
 
 #include "opkg_conf.h"
 #include "opkg_cmd.h"
@@ -38,6 +31,8 @@
 #include "file_util.h"
 #include "str_util.h"
 #include "libbb/libbb.h"
 #include "file_util.h"
 #include "str_util.h"
 #include "libbb/libbb.h"
+#include "opkg_utils.h"
+#include "opkg_defines.h"
 
 #include <fnmatch.h>
 
 
 #include <fnmatch.h>