summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_utils.c
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-12-20 19:13:22 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-12-20 19:13:22 (EST)
commit599cc259280ccde97b2a3b459c3f015db6390127 (patch)
tree6447c3ee9a08d4de07f875145ba7b10d8bb103ff /libopkg/opkg_utils.c
parent46b5b8779dbb8e5e03622fc34dbc943a4400c436 (diff)
Initial stab at untangling the #include maze. Probably needs a second pass.
git-svn-id: http://opkg.googlecode.com/svn/trunk@504 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/opkg_utils.c')
-rw-r--r--libopkg/opkg_utils.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libopkg/opkg_utils.c b/libopkg/opkg_utils.c
index d39690e..5ab5227 100644
--- a/libopkg/opkg_utils.c
+++ b/libopkg/opkg_utils.c
@@ -15,18 +15,11 @@
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)
{