summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_em.h
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.h
parent463cdf6bf369160c154699de2413b4bc0bc6cd6f (diff)
Fewer <netinet/in_systm.h>
Diffstat (limited to 'sys/dev/pci/if_em.h')
-rw-r--r--sys/dev/pci/if_em.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_em.h b/sys/dev/pci/if_em.h
index f391e62375b..f85af705c35 100644
--- a/sys/dev/pci/if_em.h
+++ b/sys/dev/pci/if_em.h
@@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
***************************************************************************/
/* $FreeBSD: if_em.h,v 1.26 2004/09/01 23:22:41 pdeuskar Exp $ */
-/* $OpenBSD: if_em.h,v 1.52 2014/07/10 14:21:20 deraadt Exp $ */
+/* $OpenBSD: if_em.h,v 1.53 2014/07/22 13:12:11 mpi Exp $ */
#ifndef _EM_H_DEFINED_
#define _EM_H_DEFINED_
@@ -56,7 +56,6 @@ POSSIBILITY OF SUCH DAMAGE.
#ifdef INET
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/if_ether.h>
#include <netinet/tcp.h>