From 63ff7a25357b2ab0ce89a46794f9ee4ff2c2508d Mon Sep 17 00:00:00 2001 From: "Luis R. Rodriguez" Date: Wed, 18 Jan 2012 18:00:48 -0800 Subject: [PATCH] crda: clean header files Remove unused headers now that we have an object (soon to be library) using what it has to separately. Signed-off-by: Luis R. Rodriguez --- crda.c | 3 --- intersect.c | 3 --- regdbdump.c | 3 --- 3 files changed, 9 deletions(-) diff --git a/crda.c b/crda.c index 344fd60..c6dc3d4 100644 --- a/crda.c +++ b/crda.c @@ -6,8 +6,6 @@ #include #include -#include -#include #include #include #include @@ -19,7 +17,6 @@ #include #include "nl80211.h" -#include "regdb.h" #include "reglib.h" #if !defined(CONFIG_LIBNL20) && !defined(CONFIG_LIBNL30) && !defined(CONFIG_LIBNL32) diff --git a/intersect.c b/intersect.c index 6d3d393..012750d 100644 --- a/intersect.c +++ b/intersect.c @@ -1,9 +1,6 @@ #include #include #include -#include -#include -#include #include /* ntohl */ #include diff --git a/regdbdump.c b/regdbdump.c index 6d4cf56..6f9592a 100644 --- a/regdbdump.c +++ b/regdbdump.c @@ -1,7 +1,4 @@ -#include #include - -#include "regdb.h" #include "reglib.h" int main(int argc, char **argv) -- 2.7.4