opkg: remove opkg.h in preperation for new API
[oweals/opkg-lede.git] / libopkg / pkg_dest.c
index f015dd6dbffa3eed687f660de865d73e55f28f65..e7825ce40823bba862b0081727f8dc1bcc24afd1 100644 (file)
    General Public License for more details.
 */
 
    General Public License for more details.
 */
 
-#include "opkg.h"
+#include "includes.h"
 
 #include "pkg_dest.h"
 #include "file_util.h"
 #include "str_util.h"
 #include "sprintf_alloc.h"
 
 #include "pkg_dest.h"
 #include "file_util.h"
 #include "str_util.h"
 #include "sprintf_alloc.h"
+#include "opkg_state.h"
+#include "opkg_defines.h"
 
 int pkg_dest_init(pkg_dest_t *dest, const char *name, const char *root_dir,const char * lists_dir)
 {
 
 int pkg_dest_init(pkg_dest_t *dest, const char *name, const char *root_dir,const char * lists_dir)
 {