Initial stab at untangling the #include maze. Probably needs a second pass.
[oweals/opkg-lede.git] / libopkg / opkg_utils.c
index d39690eeda1e8d3f667f83c492144eeaaa633337..5ab5227035231901dec753db882bfd14f582fc8a 100644 (file)
    General Public License for more details.
 */
 
-#include "includes.h"
-#include <errno.h>
 #include <ctype.h>
 #include <sys/statvfs.h>
 
-#include "opkg_utils.h"
-#include "pkg.h"
-#include "pkg_hash.h"
 #include "libbb/libbb.h"
 
-void print_pkg_status(pkg_t * pkg, FILE * file);
-
 unsigned long
 get_available_kbytes(char * filesystem)
 {