diff options
author | Allan Stephens <allan.stephens@windriver.com> | 2010-11-30 07:00:54 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-02 16:34:02 -0500 |
commit | c80262829769419e19527f972672e8df0480235a (patch) | |
tree | 91e885e3cb99f044aaf9dda109b4d5d0fc7b1df5 /net/tipc/bearer.h | |
parent | d265fef6ddf9042195aae551e1fde211c2a1588b (diff) |
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/bearer.h')
-rw-r--r-- | net/tipc/bearer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/bearer.h b/net/tipc/bearer.h index 49af7fae8b5a..8dc0e9268a28 100644 --- a/net/tipc/bearer.h +++ b/net/tipc/bearer.h | |||
@@ -37,7 +37,6 @@ | |||
37 | #ifndef _TIPC_BEARER_H | 37 | #ifndef _TIPC_BEARER_H |
38 | #define _TIPC_BEARER_H | 38 | #define _TIPC_BEARER_H |
39 | 39 | ||
40 | #include "core.h" | ||
41 | #include "bcast.h" | 40 | #include "bcast.h" |
42 | 41 | ||
43 | #define MAX_BEARERS 8 | 42 | #define MAX_BEARERS 8 |