diff options
author | Patrick McHardy <kaber@trash.net> | 2007-07-03 01:49:07 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-07-11 01:16:41 -0400 |
commit | 0ba48053831d5b89ee2afaefaae1c06eae80cb05 (patch) | |
tree | 4da20f12b2d4e69cfa22ee74d0319141ddc39801 /net/sched/sch_atm.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/sch_atm.c')
-rw-r--r-- | net/sched/sch_atm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/sched/sch_atm.c b/net/sched/sch_atm.c index 16fe802a66f7..54b92d22796c 100644 --- a/net/sched/sch_atm.c +++ b/net/sched/sch_atm.c | |||
@@ -8,15 +8,12 @@ | |||
8 | #include <linux/string.h> | 8 | #include <linux/string.h> |
9 | #include <linux/errno.h> | 9 | #include <linux/errno.h> |
10 | #include <linux/skbuff.h> | 10 | #include <linux/skbuff.h> |
11 | #include <linux/interrupt.h> | ||
12 | #include <linux/atmdev.h> | 11 | #include <linux/atmdev.h> |
13 | #include <linux/atmclip.h> | 12 | #include <linux/atmclip.h> |
14 | #include <linux/netdevice.h> | ||
15 | #include <linux/rtnetlink.h> | 13 | #include <linux/rtnetlink.h> |
16 | #include <linux/file.h> /* for fput */ | 14 | #include <linux/file.h> /* for fput */ |
17 | #include <net/netlink.h> | 15 | #include <net/netlink.h> |
18 | #include <net/pkt_sched.h> | 16 | #include <net/pkt_sched.h> |
19 | #include <net/sock.h> | ||
20 | 17 | ||
21 | 18 | ||
22 | extern struct socket *sockfd_lookup(int fd, int *err); /* @@@ fix this */ | 19 | extern struct socket *sockfd_lookup(int fd, int *err); /* @@@ fix this */ |