From 807bda4a240db2dfc41874828d28c5ea4145c94e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 7 Jul 2001 08:13:02 +0000 Subject: Minor update to include file ordering --- archival/dpkg.c | 2 +- dpkg.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) { -- cgit v1.2.3