diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-28 16:55:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-03-28 16:55:28 +0000 |
commit | c1234e7d71e875a72c54eca74cbc2f63347cb884 (patch) | |
tree | b9eb5a5901dcd5d302cf5c5b2b2ba2b2f6cd9bd0 /sys/net/if_ethersubr.c | |
parent | 790854fc3969b4dc1105915a4009f802424b68fb (diff) |
do not include machine/cpu.h from a .c file; it is the responsibility of
.h files to pull it in, if needed
ok tedu
Diffstat (limited to 'sys/net/if_ethersubr.c')
-rw-r--r-- | sys/net/if_ethersubr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index 19e3828ccaa..b1ea66c4ad2 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ethersubr.c,v 1.154 2013/03/15 20:45:34 tedu Exp $ */ +/* $OpenBSD: if_ethersubr.c,v 1.155 2013/03/28 16:55:27 deraadt Exp $ */ /* $NetBSD: if_ethersubr.c,v 1.19 1996/05/07 02:40:30 thorpej Exp $ */ /* @@ -87,7 +87,6 @@ didn't get a copy, you may request one from <license@ipv6.nrl.navy.mil>. #include <sys/syslog.h> #include <sys/timeout.h> -#include <machine/cpu.h> #include <net/if.h> #include <net/netisr.h> |