Minor update to include file ordering
authorEric Andersen <andersen@codepoet.org>
Sat, 7 Jul 2001 08:13:02 +0000 (08:13 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 7 Jul 2001 08:13:02 +0000 (08:13 -0000)
archival/dpkg.c
dpkg.c

index 01ddc7b7b77a867aa9de1d6cef97e161e4a935e2..203b64d98f991f3b3ef2df8635480c8c67e68f6d 100644 (file)
@@ -1,3 +1,4 @@
+#include <ctype.h>
 #include <dirent.h>
 #include <getopt.h>
 #include <stdio.h>
@@ -116,7 +117,6 @@ static int package_compare(const void *p1, const void *p2)
 }
 
 #ifdef DODEPENDS
-#include <ctype.h>
 
 static char **depends_split(const char *dependsstr)
 {
diff --git a/dpkg.c b/dpkg.c
index 01ddc7b7b77a867aa9de1d6cef97e161e4a935e2..203b64d98f991f3b3ef2df8635480c8c67e68f6d 100644 (file)
--- a/dpkg.c
+++ b/dpkg.c
@@ -1,3 +1,4 @@
+#include <ctype.h>
 #include <dirent.h>
 #include <getopt.h>
 #include <stdio.h>
@@ -116,7 +117,6 @@ static int package_compare(const void *p1, const void *p2)
 }
 
 #ifdef DODEPENDS
-#include <ctype.h>
 
 static char **depends_split(const char *dependsstr)
 {