opkg: remove opkg.h in preperation for new API
[oweals/opkg-lede.git] / libopkg / pkg_vec.c
index 690b7e6f94c0a8632849b77c5e9715cb9265a5c6..294571f0f93dd634cc814ea5aa013159b8a14d75 100644 (file)
    General Public License for more details.
 */
 
-#include <stdlib.h>
+#include "includes.h"
 #include <fnmatch.h>
 #include "xregex.h"
-#include "opkg.h"
 #include "pkg.h"
+#include "opkg_message.h"
 
 pkg_vec_t * pkg_vec_alloc(void)
 {