Sort properly the headers

While here space/tabs cleanup

Reviewed by:	kib
This commit is contained in:
Baptiste Daroussin 2014-07-16 13:52:05 +00:00
parent 5b8b238645
commit f62bbc4d90

View File

@ -28,6 +28,9 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/time.h>
#include <sys/wait.h>
#include <err.h>
#include <errno.h>
#include <getopt.h>
@ -36,8 +39,6 @@ __FBSDID("$FreeBSD$");
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
#include <sys/wait.h>
#include <sysexits.h>
#include <unistd.h>