diff options
author | Allan Stephens <Allan.Stephens@windriver.com> | 2010-12-31 18:59:29 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-01 13:57:54 -0800 |
commit | 886ef52a8ce6930a9d0c58267d5b5038ac3e8d30 (patch) | |
tree | 7cd0019938cc0c52301d206a54556f6a355c2529 /net/tipc/bcast.c | |
parent | 6e7e309c62ab584348e0fef90c8e3e48f634dba1 (diff) | |
download | blackbird-op-linux-886ef52a8ce6930a9d0c58267d5b5038ac3e8d30.tar.gz blackbird-op-linux-886ef52a8ce6930a9d0c58267d5b5038ac3e8d30.zip |
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/bcast.c')
-rw-r--r-- | net/tipc/bcast.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/bcast.c b/net/tipc/bcast.c index 22a10fadc8c6..c0f3b096e7f5 100644 --- a/net/tipc/bcast.c +++ b/net/tipc/bcast.c @@ -38,7 +38,6 @@ #include "core.h" #include "link.h" #include "port.h" -#include "name_distr.h" #include "bcast.h" #define MAX_PKT_DEFAULT_MCAST 1500 /* bcast link max packet size (fixed) */ |