summaryrefslogtreecommitdiff
path: root/sys/dev/ic/hme.c
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2014-07-22 13:12:13 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2014-07-22 13:12:13 +0000
commite2513aea83cf43630d91b6fdc9770625a609d2c8 (patch)
tree3d8e5867511be3ed5c20e602462cb6a43d6c4eb6 /sys/dev/ic/hme.c
parent463cdf6bf369160c154699de2413b4bc0bc6cd6f (diff)
Fewer <netinet/in_systm.h>
Diffstat (limited to 'sys/dev/ic/hme.c')
-rw-r--r--sys/dev/ic/hme.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/ic/hme.c b/sys/dev/ic/hme.c
index e235987a082..1a197064f63 100644
--- a/sys/dev/ic/hme.c
+++ b/sys/dev/ic/hme.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hme.c,v 1.66 2014/07/08 05:35:18 dlg Exp $ */
+/* $OpenBSD: hme.c,v 1.67 2014/07/22 13:12:12 mpi Exp $ */
/* $NetBSD: hme.c,v 1.21 2001/07/07 15:59:37 thorpej Exp $ */
/*-
@@ -56,11 +56,7 @@
#ifdef INET
#include <netinet/in.h>
-#include <netinet/in_systm.h>
-#include <netinet/ip.h>
#include <netinet/if_ether.h>
-#include <netinet/tcp.h>
-#include <netinet/udp.h>
#endif
#if NBPFILTER > 0