sort headers
This commit is contained in:
parent
c9254c8540
commit
0330f102a0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283195
@ -29,15 +29,15 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
|
||||
#include <ctype.h>
|
||||
#include <err.h>
|
||||
#include <stdbool.h>
|
||||
#define _WITH_GETLINE
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <stringlist.h>
|
||||
#include <err.h>
|
||||
#include <ctype.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define C_OPTION 0x1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user