diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-07-22 13:12:13 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-07-22 13:12:13 +0000 |
commit | e2513aea83cf43630d91b6fdc9770625a609d2c8 (patch) | |
tree | 3d8e5867511be3ed5c20e602462cb6a43d6c4eb6 /sys/dev/pci/if_hme_pci.c | |
parent | 463cdf6bf369160c154699de2413b4bc0bc6cd6f (diff) |
Fewer <netinet/in_systm.h>
Diffstat (limited to 'sys/dev/pci/if_hme_pci.c')
-rw-r--r-- | sys/dev/pci/if_hme_pci.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_hme_pci.c b/sys/dev/pci/if_hme_pci.c index e1d9b26139b..ed3b0793ac3 100644 --- a/sys/dev/pci/if_hme_pci.c +++ b/sys/dev/pci/if_hme_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_hme_pci.c,v 1.17 2013/08/07 01:06:35 bluhm Exp $ */ +/* $OpenBSD: if_hme_pci.c,v 1.18 2014/07/22 13:12:11 mpi Exp $ */ /* $NetBSD: if_hme_pci.c,v 1.3 2000/12/28 22:59:13 sommerfeld Exp $ */ /* @@ -46,8 +46,6 @@ #ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> #endif |