Add missing headers and sort #includes per style(9)
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
f76918a8c4
commit
1dce0e7706
@ -1,11 +1,13 @@
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <regex.h>
|
||||
#include <assert.h>
|
||||
#include <regex.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "main.ih"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user