diff options
Diffstat (limited to 'src/xtokid.c')
-rw-r--r-- | src/xtokid.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/xtokid.c b/src/xtokid.c index f9be38d..fc3c4cf 100644 --- a/src/xtokid.c +++ b/src/xtokid.c @@ -22,12 +22,13 @@ #include <string.h> #include <stdlib.h> #include <errno.h> -#include "xalloc.h" +#include <xalloc.h> +#include <pathmax.h> +#include <error.h> + #include "xnls.h" #include "scanners.h" #include "idfile.h" -#include "pathmax.h" -#include "error.h" #include "iduglobal.h" void scan_files (struct idhead *idhp); |