summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-09 06:14:12 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-09 06:14:12 +0000
commitb853303e6ce8e0d641e718fc7dd9cc26b8d5c540 (patch)
tree2abbc836fa55a504a6fd1fd69f1964d3e1af6493 /sys
parentac1e3f4e3790bb63311ac18d0e18486f2bd65bcb (diff)
Less aggressive include cleanup, so it won't piss of Theo again (one hopes)
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/if_ether.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c
index c0a25c6762b..2921c6b5749 100644
--- a/sys/netinet/if_ether.c
+++ b/sys/netinet/if_ether.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ether.c,v 1.31 2001/06/08 20:32:24 deraadt Exp $ */
+/* $OpenBSD: if_ether.c,v 1.32 2001/06/09 06:14:11 angelos Exp $ */
/* $NetBSD: if_ether.c,v 1.31 1996/05/11 12:59:58 mycroft Exp $ */
/*
@@ -46,13 +46,9 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
-#include <sys/time.h>
#include <sys/kernel.h>
-#include <sys/errno.h>
-#include <sys/ioctl.h>
#include <sys/syslog.h>
#include <sys/proc.h>
@@ -61,9 +57,7 @@
#include <net/route.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <netinet/in_var.h>
-#include <netinet/ip.h>
#include <netinet/if_ether.h>
#define SIN(s) ((struct sockaddr_in *)s)