From 599cc259280ccde97b2a3b459c3f015db6390127 Mon Sep 17 00:00:00 2001 From: graham.gower Date: Sun, 20 Dec 2009 19:13:22 -0500 Subject: 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 --- (limited to 'libopkg/file_util.c') diff --git a/libopkg/file_util.c b/libopkg/file_util.c index 7e207cd..964473a 100644 --- a/libopkg/file_util.c +++ b/libopkg/file_util.c @@ -16,16 +16,16 @@ General Public License for more details. */ -#include "includes.h" +#include #include #include #include +#include #include "sprintf_alloc.h" #include "file_util.h" #include "md5.h" #include "libbb/libbb.h" -#undef strlen #if defined HAVE_SHA256 #include "sha256.h" -- cgit v0.9.1