wtap: do not include <sys/types.h> when <sys/param.h> is already included

Approved by:	adrian (mentor)
Differential Revision:	https://reviews.freebsd.org/D4536
This commit is contained in:
Andriy Voskoboinyk 2015-12-13 20:53:51 +00:00
parent bdfff33ff6
commit 57b13bf576
3 changed files with 0 additions and 4 deletions

View File

@ -41,7 +41,6 @@
#include <sys/ucred.h>
#include <sys/jail.h>
#include <sys/types.h>
#include <sys/sockio.h>
#include <sys/socket.h>
#include <sys/socketvar.h>

View File

@ -32,7 +32,6 @@
#ifndef _DEV_WTAP_WTAPVAR_H
#define _DEV_WTAP_WTAPVAR_H
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/conf.h>
#include <sys/module.h>
@ -44,7 +43,6 @@
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/types.h>
#include <sys/sockio.h>
#include <sys/socket.h>
#include <sys/socketvar.h>

View File

@ -41,7 +41,6 @@
#include <sys/ucred.h>
#include <sys/jail.h>
#include <sys/types.h>
#include <sys/sockio.h>
#include <sys/socket.h>
#include <sys/socketvar.h>