artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bb3944
)
remove useless #includes.
author
damien
<damien@openbsd.org>
Sat, 26 Jul 2008 12:42:57 +0000
(12:42 +0000)
committer
damien
<damien@openbsd.org>
Sat, 26 Jul 2008 12:42:57 +0000
(12:42 +0000)
sys/net80211/ieee80211_crypto_wep.c
patch
|
blob
|
history
diff --git
a/sys/net80211/ieee80211_crypto_wep.c
b/sys/net80211/ieee80211_crypto_wep.c
index
cb3e627
..
0ec3ee8
100644
(file)
--- a/
sys/net80211/ieee80211_crypto_wep.c
+++ b/
sys/net80211/ieee80211_crypto_wep.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ieee80211_crypto_wep.c,v 1.
2 2008/04/18 09:16:14 djm Exp $
*/
+/* $OpenBSD: ieee80211_crypto_wep.c,v 1.
3 2008/07/26 12:42:57 damien Exp $
*/
/*-
* Copyright (c) 2008 Damien Bergamini <damien.bergamini@free.fr>
@@
-24,9
+24,6
@@
#include <sys/socket.h>
#include <sys/sockio.h>
#include <sys/endian.h>
-#include <sys/errno.h>
-#include <sys/proc.h>
-#include <sys/sysctl.h>
#include <net/if.h>
#include <net/if_dl.h>