aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-07-07 08:13:02 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-07-07 08:13:02 +0000
commitf67a13ed82b6c89097d3fa60c87100e123a5bed3 (patch)
tree8f54ae716e5cd13f55743a7622f777177fe38742
parentd4d4af7aca2382a75eddd98ea10782ecd55de599 (diff)
downloadbusybox-w32-f67a13ed82b6c89097d3fa60c87100e123a5bed3.tar.gz
busybox-w32-f67a13ed82b6c89097d3fa60c87100e123a5bed3.tar.bz2
busybox-w32-f67a13ed82b6c89097d3fa60c87100e123a5bed3.zip
Minor update to include file ordering
git-svn-id: svn://busybox.net/trunk/busybox@3033 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--archival/dpkg.c2
-rw-r--r--dpkg.c2
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 @@
1#include <ctype.h>
1#include <dirent.h> 2#include <dirent.h>
2#include <getopt.h> 3#include <getopt.h>
3#include <stdio.h> 4#include <stdio.h>
@@ -116,7 +117,6 @@ static int package_compare(const void *p1, const void *p2)
116} 117}
117 118
118#ifdef DODEPENDS 119#ifdef DODEPENDS
119#include <ctype.h>
120 120
121static char **depends_split(const char *dependsstr) 121static char **depends_split(const char *dependsstr)
122{ 122{
diff --git a/dpkg.c b/dpkg.c
index 01ddc7b7b..203b64d98 100644
--- a/dpkg.c
+++ b/dpkg.c
@@ -1,3 +1,4 @@
1#include <ctype.h>
1#include <dirent.h> 2#include <dirent.h>
2#include <getopt.h> 3#include <getopt.h>
3#include <stdio.h> 4#include <stdio.h>
@@ -116,7 +117,6 @@ static int package_compare(const void *p1, const void *p2)
116} 117}
117 118
118#ifdef DODEPENDS 119#ifdef DODEPENDS
119#include <ctype.h>
120 120
121static char **depends_split(const char *dependsstr) 121static char **depends_split(const char *dependsstr)
122{ 122{