diff options
author | Allan Stephens <allan.stephens@windriver.com> | 2010-11-30 15:00:54 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-03 00:34:02 +0300 |
commit | c80262829769419e19527f972672e8df0480235a (patch) | |
tree | 91e885e3cb99f044aaf9dda109b4d5d0fc7b1df5 /net/tipc/discover.h | |
parent | d265fef6ddf9042195aae551e1fde211c2a1588b (diff) | |
download | linux-c80262829769419e19527f972672e8df0480235a.tar.xz |
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/discover.h')
-rw-r--r-- | net/tipc/discover.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/tipc/discover.h b/net/tipc/discover.h index f8e750636123..d2c3cffb79fc 100644 --- a/net/tipc/discover.h +++ b/net/tipc/discover.h @@ -37,8 +37,6 @@ #ifndef _TIPC_DISCOVER_H #define _TIPC_DISCOVER_H -#include "core.h" - struct link_req; struct link_req *tipc_disc_init_link_req(struct bearer *b_ptr, |