Commit 40208d71e0c6b5f912b185e637272b6481fcef3f

Authored by Jiri Olsa
Committed by David S. Miller
1 parent 4aa92cd9ac

[NET]: Removing duplicit #includes

Removing duplicit #includes for net/

Signed-off-by: Jiri Olsa <olsajiri@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 3 changed files with 0 additions and 3 deletions Side-by-side Diff

... ... @@ -18,7 +18,6 @@
18 18 #include <linux/types.h>
19 19 #include <net/net_namespace.h>
20 20  
21   -#include <net/net_namespace.h>
22 21 #include <net/dst.h>
23 22  
24 23 /*
net/ieee80211/ieee80211_crypt_tkip.c
... ... @@ -25,7 +25,6 @@
25 25 #include <net/ieee80211.h>
26 26  
27 27 #include <linux/crypto.h>
28   -#include <linux/scatterlist.h>
29 28 #include <linux/crc32.h>
30 29  
31 30 MODULE_AUTHOR("Jouni Malinen");
net/ieee80211/ieee80211_crypt_wep.c
... ... @@ -22,7 +22,6 @@
22 22 #include <net/ieee80211.h>
23 23  
24 24 #include <linux/crypto.h>
25   -#include <linux/scatterlist.h>
26 25 #include <linux/crc32.h>
27 26  
28 27 MODULE_AUTHOR("Jouni Malinen");