Skip to content

Commit

Permalink
[NET]: Removing duplicit #includes
Browse files Browse the repository at this point in the history
Removing duplicit #includes for net/

Signed-off-by: Jiri Olsa <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
olsajiri authored and David S. Miller committed Nov 7, 2007
1 parent 4aa92cd commit 40208d7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion net/core/dst.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <linux/types.h>
#include <net/net_namespace.h>

#include <net/net_namespace.h>
#include <net/dst.h>

/*
Expand Down
1 change: 0 additions & 1 deletion net/ieee80211/ieee80211_crypt_tkip.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <net/ieee80211.h>

#include <linux/crypto.h>
#include <linux/scatterlist.h>
#include <linux/crc32.h>

MODULE_AUTHOR("Jouni Malinen");
Expand Down
1 change: 0 additions & 1 deletion net/ieee80211/ieee80211_crypt_wep.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include <net/ieee80211.h>

#include <linux/crypto.h>
#include <linux/scatterlist.h>
#include <linux/crc32.h>

MODULE_AUTHOR("Jouni Malinen");
Expand Down

0 comments on commit 40208d7

Please sign in to comment.