diff options
author | Allan Stephens <Allan.Stephens@windriver.com> | 2010-12-31 21:59:29 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-02 00:57:54 +0300 |
commit | 886ef52a8ce6930a9d0c58267d5b5038ac3e8d30 (patch) | |
tree | 7cd0019938cc0c52301d206a54556f6a355c2529 /net/tipc/config.c | |
parent | 6e7e309c62ab584348e0fef90c8e3e48f634dba1 (diff) | |
download | linux-886ef52a8ce6930a9d0c58267d5b5038ac3e8d30.tar.xz |
tipc: remove redundant #includes
Eliminates a number of #include statements that no longer serve any
useful purpose.
Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/config.c')
-rw-r--r-- | net/tipc/config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/config.c b/net/tipc/config.c index a7894ff77ae9..6c67132f8652 100644 --- a/net/tipc/config.c +++ b/net/tipc/config.c @@ -36,7 +36,6 @@ #include "core.h" #include "port.h" -#include "link.h" #include "name_table.h" #include "config.h" |