diff options
author | Eric W Biederman <ebiederm@xmission.com> | 2015-06-17 10:28:35 -0500 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2015-06-18 21:14:32 +0200 |
commit | 8f481b50ea653ff0aea6accbb4bb02a15cf00531 (patch) | |
tree | 36817a7642c2c5522ec2730908f9ea81bfe1ac00 /net/ax25/ax25_ip.c | |
parent | a263653ed798216c0069922d7b5237ca49436007 (diff) | |
download | linux-8f481b50ea653ff0aea6accbb4bb02a15cf00531.tar.bz2 |
netfilter: Remove spurios included of netfilter.h
While testing my netfilter changes I noticed several files where
recompiling unncessarily because they unncessarily included
netfilter.h.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/ax25/ax25_ip.c')
-rw-r--r-- | net/ax25/ax25_ip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ax25/ax25_ip.c b/net/ax25/ax25_ip.c index 7c646bb2c6f7..b563a3f5f2a8 100644 --- a/net/ax25/ax25_ip.c +++ b/net/ax25/ax25_ip.c @@ -31,7 +31,6 @@ #include <linux/notifier.h> #include <linux/proc_fs.h> #include <linux/stat.h> -#include <linux/netfilter.h> #include <linux/sysctl.h> #include <net/ip.h> #include <net/arp.h> |