opkg: remove opkg.h in preperation for new API
[oweals/opkg-lede.git] / libopkg / libopkg.c
index 3f5adc3122682e63fc50fc4a5fbd0636e8f16dc5..c57838ac3f1b0524da3a6d8d7fa45671e221a1cb 100644 (file)
@@ -15,7 +15,6 @@
    General Public License for more details.
 */
 
-#include "opkg.h"
 #include "includes.h"
 #include "libopkg.h"
 
@@ -24,7 +23,8 @@
 #include "opkg_cmd.h"
 #include "file_util.h"
 
-
+#include "opkg_message.h"
+#include "opkg_error.h"
 
 opkg_status_callback opkg_cb_status = NULL;
 opkg_list_callback opkg_cb_list = NULL;