Initial stab at untangling the #include maze. Probably needs a second pass.
[oweals/opkg-lede.git] / libopkg / opkg_upgrade.c
index 0d4833a93088f4c1f7b5f7e46383cc03523cdf05..d58a12b376055e39fb0d6f2e01b737c3c48fe9cd 100644 (file)
@@ -16,7 +16,9 @@
    General Public License for more details.
 */
 
-#include "includes.h"
+#include <stdio.h>
+#include <stdlib.h>
+
 #include "opkg_install.h"
 #include "opkg_upgrade.h"
 #include "opkg_message.h"