summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_em_hw.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/pci/if_em_hw.c
parent463cdf6bf369160c154699de2413b4bc0bc6cd6f (diff)
Fewer <netinet/in_systm.h>
Diffstat (limited to 'sys/dev/pci/if_em_hw.c')
-rw-r--r--sys/dev/pci/if_em_hw.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_em_hw.c b/sys/dev/pci/if_em_hw.c
index 3a1f0cdaed8..02543e928f5 100644
--- a/sys/dev/pci/if_em_hw.c
+++ b/sys/dev/pci/if_em_hw.c
@@ -31,7 +31,7 @@
*******************************************************************************/
-/* $OpenBSD: if_em_hw.c,v 1.79 2014/03/10 04:09:53 jsg Exp $ */
+/* $OpenBSD: if_em_hw.c,v 1.80 2014/07/22 13:12:11 mpi Exp $ */
/*
* if_em_hw.c Shared functions for accessing and configuring the MAC
*/
@@ -51,8 +51,6 @@
#ifdef INET
#include <netinet/in.h>
-#include <netinet/in_systm.h>
-#include <netinet/ip.h>
#include <netinet/if_ether.h>
#endif