diff options
| author | Allan Stephens <Allan.Stephens@windriver.com> | 2010-12-31 13:59:29 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2011-01-01 16:57:54 -0500 |
| commit | 886ef52a8ce6930a9d0c58267d5b5038ac3e8d30 (patch) | |
| tree | 7cd0019938cc0c52301d206a54556f6a355c2529 /net/tipc/core.c | |
| parent | 6e7e309c62ab584348e0fef90c8e3e48f634dba1 (diff) | |
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/core.c')
| -rw-r--r-- | net/tipc/core.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/tipc/core.c b/net/tipc/core.c index a02bc490caae..60b85ec6d106 100644 --- a/net/tipc/core.c +++ b/net/tipc/core.c | |||
| @@ -34,14 +34,8 @@ | |||
| 34 | * POSSIBILITY OF SUCH DAMAGE. | 34 | * POSSIBILITY OF SUCH DAMAGE. |
| 35 | */ | 35 | */ |
| 36 | 36 | ||
| 37 | #include <linux/init.h> | ||
| 38 | #include <linux/module.h> | ||
| 39 | #include <linux/kernel.h> | ||
| 40 | #include <linux/random.h> | ||
| 41 | |||
| 42 | #include "core.h" | 37 | #include "core.h" |
| 43 | #include "ref.h" | 38 | #include "ref.h" |
| 44 | #include "net.h" | ||
| 45 | #include "name_table.h" | 39 | #include "name_table.h" |
| 46 | #include "subscr.h" | 40 | #include "subscr.h" |
| 47 | #include "config.h" | 41 | #include "config.h" |
