follow style(9) more closely and list sys/types.h first after sys/defs.h.

Submitted by: max@
This commit is contained in:
Warner Losh 2008-01-01 10:04:10 +00:00
parent cfd5c4a969
commit b428ff6b67
2 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <arpa/inet.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <err.h>
#include <stdarg.h>
#include <stdio.h>

View File

@ -30,13 +30,13 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <ctype.h>
#include <err.h>
#include <limits.h>
#include <unistd.h>
#include <string.h>
#include <sysexits.h>
#include <sys/types.h>
#include "common.h"
#include "y.tab.h"