Re: [PATCH] iw: remove superfluous includes

2015-10-21 Thread Johannes Berg
I'm always a bit scared of patches like this in case we just start
relying on an include file including something else, but I'll apply it
and we'll see what happens :)

johannes
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] iw: remove superfluous includes

2015-10-21 Thread Ola Olsson
Signed-off-by: Ola Olsson 
---
 coalesce.c |2 --
 info.c |1 -
 link.c |1 -
 mpp.c  |1 -
 p2p.c  |3 ---
 scan.c |1 -
 survey.c   |2 --
 7 files changed, 11 deletions(-)

diff --git a/coalesce.c b/coalesce.c
index fabf44a..36dcaef 100644
--- a/coalesce.c
+++ b/coalesce.c
@@ -8,8 +8,6 @@
 #include 
 #include 
 
-#include 
-
 #include "nl80211.h"
 #include "iw.h"
 
diff --git a/info.c b/info.c
index 4ac1eab..d724ca2 100644
--- a/info.c
+++ b/info.c
@@ -1,5 +1,4 @@
 #include 
-#include 
 
 #include 
 #include 
diff --git a/link.c b/link.c
index f3bde51..0a32392 100644
--- a/link.c
+++ b/link.c
@@ -1,7 +1,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 
 #include 
diff --git a/mpp.c b/mpp.c
index 8859fd5..58bf28e 100644
--- a/mpp.c
+++ b/mpp.c
@@ -1,6 +1,5 @@
 #include 
 #include 
-#include 
 
 #include 
 #include 
diff --git a/p2p.c b/p2p.c
index 2067916..2d4bab0 100644
--- a/p2p.c
+++ b/p2p.c
@@ -1,6 +1,3 @@
-#include 
-#include 
-
 #include 
 #include 
 #include 
diff --git a/scan.c b/scan.c
index d3c7d98..8762784 100644
--- a/scan.c
+++ b/scan.c
@@ -1,7 +1,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 
 #include 
diff --git a/survey.c b/survey.c
index 3e875a8..9325353 100644
--- a/survey.c
+++ b/survey.c
@@ -1,6 +1,4 @@
 #include 
-#include 
-#include 
 
 #include 
 #include 
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html