Minor update to include file ordering

This commit is contained in:
Eric Andersen 2001-07-07 08:13:02 +00:00
parent 7cd5075908
commit 807bda4a24
2 changed files with 2 additions and 2 deletions

View 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)
{

2
dpkg.c
View 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)
{