summaryrefslogtreecommitdiff
path: root/sys/dev/ic/i82596.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/i82596.c
parent463cdf6bf369160c154699de2413b4bc0bc6cd6f (diff)
Fewer <netinet/in_systm.h>
Diffstat (limited to 'sys/dev/ic/i82596.c')
-rw-r--r--sys/dev/ic/i82596.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/i82596.c b/sys/dev/ic/i82596.c
index 8be1e5a491a..b4ad779a47c 100644
--- a/sys/dev/ic/i82596.c
+++ b/sys/dev/ic/i82596.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: i82596.c,v 1.38 2014/07/12 18:48:17 tedu Exp $ */
+/* $OpenBSD: i82596.c,v 1.39 2014/07/22 13:12:12 mpi Exp $ */
/* $NetBSD: i82586.c,v 1.18 1998/08/15 04:42:42 mycroft Exp $ */
/*-
@@ -156,8 +156,6 @@ Mode of operation:
#ifdef INET
#include <netinet/in.h>
-#include <netinet/in_systm.h>
-#include <netinet/ip.h>
#include <netinet/if_ether.h>
#endif