diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-26 19:46:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-26 19:46:29 +0000 |
commit | 18f674bdb01612760b6d9f4ff6e8c6d471247897 (patch) | |
tree | 05ef32f111d0f495ece15b8459ed9cbdabe9643c /sys/dev/ic/if_wi.c | |
parent | dd1d2b6c71db5455be522885c8fc13607c33a03d (diff) |
avoid extra inclusions; ok jsg
Diffstat (limited to 'sys/dev/ic/if_wi.c')
-rw-r--r-- | sys/dev/ic/if_wi.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/ic/if_wi.c b/sys/dev/ic/if_wi.c index 9f69c04ca7d..8de7abf4a19 100644 --- a/sys/dev/ic/if_wi.c +++ b/sys/dev/ic/if_wi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi.c,v 1.136 2006/11/21 23:00:16 miod Exp $ */ +/* $OpenBSD: if_wi.c,v 1.137 2006/11/26 19:46:28 deraadt Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -87,9 +87,8 @@ #include <netinet/if_ether.h> #endif -#include <net80211/ieee80211.h> -#include <net80211/ieee80211_ioctl.h> #include <net80211/ieee80211_var.h> +#include <net80211/ieee80211_ioctl.h> #if NBPFILTER > 0 #include <net/bpf.h> @@ -127,7 +126,7 @@ u_int32_t widebug = WIDEBUG; #if !defined(lint) && !defined(__OpenBSD__) static const char rcsid[] = - "$OpenBSD: if_wi.c,v 1.136 2006/11/21 23:00:16 miod Exp $"; + "$OpenBSD: if_wi.c,v 1.137 2006/11/26 19:46:28 deraadt Exp $"; #endif /* lint */ #ifdef foo |