Remove response_callback bits. Forgot to commit this before.
[oweals/opkg-lede.git] / libopkg / pkg_dest.c
index f015dd6dbffa3eed687f660de865d73e55f28f65..3f9e49388b03186b14c465ce630bba78273266dc 100644 (file)
@@ -1,4 +1,4 @@
-/* pkg_dest.c - the itsy package management system
+/* pkg_dest.c - the opkg package management system
 
    Carl D. Worth
 
    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 "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)
 {