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/ic/rt2661.c | |
parent | 463cdf6bf369160c154699de2413b4bc0bc6cd6f (diff) |
Fewer <netinet/in_systm.h>
Diffstat (limited to 'sys/dev/ic/rt2661.c')
-rw-r--r-- | sys/dev/ic/rt2661.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/rt2661.c b/sys/dev/ic/rt2661.c index 798ff295f28..1cf1834951a 100644 --- a/sys/dev/ic/rt2661.c +++ b/sys/dev/ic/rt2661.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rt2661.c,v 1.74 2014/07/13 23:10:23 deraadt Exp $ */ +/* $OpenBSD: rt2661.c,v 1.75 2014/07/22 13:12:12 mpi Exp $ */ /*- * Copyright (c) 2006 @@ -50,9 +50,7 @@ #include <net/if_types.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/if_ether.h> -#include <netinet/ip.h> #include <net80211/ieee80211_var.h> #include <net80211/ieee80211_amrr.h> |