diff options
author | Allan Stephens <allan.stephens@windriver.com> | 2010-11-30 12:00:54 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-02 13:34:02 -0800 |
commit | c80262829769419e19527f972672e8df0480235a (patch) | |
tree | 91e885e3cb99f044aaf9dda109b4d5d0fc7b1df5 /net/tipc/port.c | |
parent | d265fef6ddf9042195aae551e1fde211c2a1588b (diff) | |
download | talos-obmc-linux-c80262829769419e19527f972672e8df0480235a.tar.gz talos-obmc-linux-c80262829769419e19527f972672e8df0480235a.zip |
tipc: Remove obsolete inclusions of header files
Gets rid of #include statements that are no longer required as a
result of the merging of obsolete native API header file content
into other TIPC include files.
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/port.c')
-rw-r--r-- | net/tipc/port.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/tipc/port.c b/net/tipc/port.c index 82092eaa1536..e822117b79ad 100644 --- a/net/tipc/port.c +++ b/net/tipc/port.c @@ -36,15 +36,9 @@ #include "core.h" #include "config.h" -#include "dbg.h" #include "port.h" -#include "addr.h" -#include "link.h" -#include "node.h" #include "name_table.h" #include "user_reg.h" -#include "msg.h" -#include "bcast.h" /* Connection management: */ #define PROBING_INTERVAL 3600000 /* [ms] => 1 h */ |