Initial stab at untangling the #include maze. Probably needs a second pass.
[oweals/opkg-lede.git] / libopkg / pkg_parse.c
index fd5ada5534eaf14a7457979f7bb22453a3b28978..c35eb1a30d67fef0a555e86db58ace33cd6c0365 100644 (file)
    General Public License for more details.
 */
 
    General Public License for more details.
 */
 
-#include "includes.h"
-#include <errno.h>
+#include <stdio.h>
 #include <ctype.h>
 #include <ctype.h>
-   
+
 #include "pkg.h"
 #include "opkg_utils.h"
 #include "pkg_parse.h"
 #include "pkg.h"
 #include "opkg_utils.h"
 #include "pkg_parse.h"