diff options
author | Allan Stephens <Allan.Stephens@windriver.com> | 2010-12-31 13:59:29 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-01 16:57:54 -0500 |
commit | 886ef52a8ce6930a9d0c58267d5b5038ac3e8d30 (patch) | |
tree | 7cd0019938cc0c52301d206a54556f6a355c2529 /net/tipc/node.c | |
parent | 6e7e309c62ab584348e0fef90c8e3e48f634dba1 (diff) |
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/node.c')
-rw-r--r-- | net/tipc/node.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c index fb54719679a6..126d774883dd 100644 --- a/net/tipc/node.c +++ b/net/tipc/node.c | |||
@@ -37,7 +37,6 @@ | |||
37 | #include "core.h" | 37 | #include "core.h" |
38 | #include "config.h" | 38 | #include "config.h" |
39 | #include "node.h" | 39 | #include "node.h" |
40 | #include "port.h" | ||
41 | #include "name_distr.h" | 40 | #include "name_distr.h" |
42 | 41 | ||
43 | static void node_lost_contact(struct tipc_node *n_ptr); | 42 | static void node_lost_contact(struct tipc_node *n_ptr); |