Minor update to include file ordering
This commit is contained in:
parent
7cd5075908
commit
807bda4a24
@ -1,3 +1,4 @@
|
|||||||
|
#include <ctype.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@ -116,7 +117,6 @@ static int package_compare(const void *p1, const void *p2)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef DODEPENDS
|
#ifdef DODEPENDS
|
||||||
#include <ctype.h>
|
|
||||||
|
|
||||||
static char **depends_split(const char *dependsstr)
|
static char **depends_split(const char *dependsstr)
|
||||||
{
|
{
|
||||||
|
2
dpkg.c
2
dpkg.c
@ -1,3 +1,4 @@
|
|||||||
|
#include <ctype.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@ -116,7 +117,6 @@ static int package_compare(const void *p1, const void *p2)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef DODEPENDS
|
#ifdef DODEPENDS
|
||||||
#include <ctype.h>
|
|
||||||
|
|
||||||
static char **depends_split(const char *dependsstr)
|
static char **depends_split(const char *dependsstr)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user