From: Eric Andersen Date: Sat, 7 Jul 2001 08:13:02 +0000 (-0000) Subject: Minor update to include file ordering X-Git-Tag: 0_52~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=807bda4a240db2dfc41874828d28c5ea4145c94e;p=oweals%2Fbusybox.git Minor update to include file ordering --- diff --git a/archival/dpkg.c b/archival/dpkg.c index 01ddc7b7b..203b64d98 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c @@ -1,3 +1,4 @@ +#include #include #include #include @@ -116,7 +117,6 @@ static int package_compare(const void *p1, const void *p2) } #ifdef DODEPENDS -#include static char **depends_split(const char *dependsstr) { diff --git a/dpkg.c b/dpkg.c index 01ddc7b7b..203b64d98 100644 --- a/dpkg.c +++ b/dpkg.c @@ -1,3 +1,4 @@ +#include #include #include #include @@ -116,7 +117,6 @@ static int package_compare(const void *p1, const void *p2) } #ifdef DODEPENDS -#include static char **depends_split(const char *dependsstr) {