diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-09 06:30:17 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-09 06:30:17 +0000 |
commit | 75509732266590a78449120024a995200067d913 (patch) | |
tree | 59ba398e0bf92bff4ca8ad4ed3c9c37a0af741ab /sys/net/if_faith.c | |
parent | df910abf47af0077fbc9288522211190882ae739 (diff) |
Include cleanup.
Diffstat (limited to 'sys/net/if_faith.c')
-rw-r--r-- | sys/net/if_faith.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/net/if_faith.c b/sys/net/if_faith.c index 4ca599e6b86..26425d37370 100644 --- a/sys/net/if_faith.c +++ b/sys/net/if_faith.c @@ -45,12 +45,9 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/kernel.h> #include <sys/mbuf.h> #include <sys/socket.h> -#include <sys/errno.h> #include <sys/ioctl.h> -#include <sys/time.h> #include <net/if.h> #include <net/if_types.h> @@ -60,9 +57,7 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/in_var.h> -#include <netinet/ip.h> #endif #ifdef INET6 @@ -70,7 +65,6 @@ #include <netinet/in.h> #endif #include <netinet6/in6_var.h> -#include <netinet/ip6.h> #endif #include "bpfilter.h" |