diff options
author | Patrick McHardy <kaber@trash.net> | 2007-07-02 22:49:07 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-07-10 22:16:41 -0700 |
commit | 0ba48053831d5b89ee2afaefaae1c06eae80cb05 (patch) | |
tree | 4da20f12b2d4e69cfa22ee74d0319141ddc39801 /net/sched/act_simple.c | |
parent | ee39e10c27ca5293c72addb95bff864095e19904 (diff) |
[NET_SCHED]: Remove unnecessary includes
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/act_simple.c')
-rw-r--r-- | net/sched/act_simple.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sched/act_simple.c b/net/sched/act_simple.c index 36e1edad5990..fb84ef33d14f 100644 --- a/net/sched/act_simple.c +++ b/net/sched/act_simple.c @@ -13,7 +13,6 @@ #include <linux/module.h> #include <linux/init.h> #include <linux/kernel.h> -#include <linux/netdevice.h> #include <linux/skbuff.h> #include <linux/rtnetlink.h> #include <net/netlink.h> |