1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-21 02:48:46 +00:00

Remove <sys/types.h>; including both <sys/param.h> and <sys/types.h>

violates style(9).
This commit is contained in:
Marius Strobl 2006-11-02 00:05:15 +00:00
parent ac2bbfc8cf
commit 9e264172bd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163892
2 changed files with 0 additions and 2 deletions

View File

@ -104,7 +104,6 @@ __FBSDID("$FreeBSD$");
#include <sys/kernel.h>
#include <sys/module.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <net/if.h>
#include <net/if_arp.h>

View File

@ -70,7 +70,6 @@ __FBSDID("$FreeBSD$");
#include <sys/kernel.h>
#include <sys/module.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <net/if.h>
#include <net/if_arp.h>