diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-08-11 12:45:46 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-08-11 12:45:46 +0000 |
commit | 9c53f4b625fa11894359475fcf91cb04c5d106c9 (patch) | |
tree | cd6936410e3ff1299dbbfcf404ed35d9119d99ea /sys/dev/isa/if_ie.c | |
parent | 05f334ef162438cfc2c5b2b797ac783a717ddbf1 (diff) |
Fewer <netinet/in_systm.h>
Diffstat (limited to 'sys/dev/isa/if_ie.c')
-rw-r--r-- | sys/dev/isa/if_ie.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/isa/if_ie.c b/sys/dev/isa/if_ie.c index e33529b6f3b..e1391454c6c 100644 --- a/sys/dev/isa/if_ie.c +++ b/sys/dev/isa/if_ie.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie.c,v 1.38 2013/11/26 09:50:33 mpi Exp $ */ +/* $OpenBSD: if_ie.c,v 1.39 2014/08/11 12:45:45 mpi Exp $ */ /* $NetBSD: if_ie.c,v 1.51 1996/05/12 23:52:48 mycroft Exp $ */ /*- @@ -130,12 +130,8 @@ iomem, and to make 16-pointers, we subtract sc_maddr and and with 0xffff. #include <net/bpf.h> #endif -#ifdef INET #include <netinet/in.h> -#include <netinet/in_systm.h> -#include <netinet/ip.h> #include <netinet/if_ether.h> -#endif #include <machine/cpu.h> #include <machine/bus.h> |