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/net.c | |
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/net.c')
-rw-r--r-- | net/tipc/net.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/tipc/net.c b/net/tipc/net.c index 1a621cfd6604..c2b4b86c2e6a 100644 --- a/net/tipc/net.c +++ b/net/tipc/net.c | |||
@@ -35,18 +35,13 @@ | |||
35 | */ | 35 | */ |
36 | 36 | ||
37 | #include "core.h" | 37 | #include "core.h" |
38 | #include "bearer.h" | ||
39 | #include "net.h" | 38 | #include "net.h" |
40 | #include "zone.h" | 39 | #include "zone.h" |
41 | #include "addr.h" | ||
42 | #include "name_table.h" | 40 | #include "name_table.h" |
43 | #include "name_distr.h" | 41 | #include "name_distr.h" |
44 | #include "subscr.h" | 42 | #include "subscr.h" |
45 | #include "link.h" | 43 | #include "link.h" |
46 | #include "msg.h" | ||
47 | #include "port.h" | 44 | #include "port.h" |
48 | #include "bcast.h" | ||
49 | #include "discover.h" | ||
50 | #include "config.h" | 45 | #include "config.h" |
51 | 46 | ||
52 | /* | 47 | /* |