From 5f7c3ff6a2e227418d363069ff89cf9d7f01fbc1 Mon Sep 17 00:00:00 2001 From: Jon Maloy Date: Fri, 13 Jan 2006 10:45:44 +0000 Subject: [TIPC] Minor changes to #includes Signed-off-by: Jon Maloy --- net/tipc/bearer.h | 2 +- net/tipc/config.h | 3 +-- net/tipc/core.h | 5 +++++ net/tipc/discover.h | 2 +- net/tipc/msg.h | 2 +- net/tipc/port.h | 2 +- 6 files changed, 10 insertions(+), 6 deletions(-) (limited to 'net') diff --git a/net/tipc/bearer.h b/net/tipc/bearer.h index 21e63d3f018349..0c40cc2b43ccd2 100644 --- a/net/tipc/bearer.h +++ b/net/tipc/bearer.h @@ -37,7 +37,7 @@ #ifndef _TIPC_BEARER_H #define _TIPC_BEARER_H -#include +#include "core.h" #include "bcast.h" #define MAX_BEARERS 8 diff --git a/net/tipc/config.h b/net/tipc/config.h index 646377d40454a5..e74d94f753c9a5 100644 --- a/net/tipc/config.h +++ b/net/tipc/config.h @@ -39,8 +39,7 @@ /* ---------------------------------------------------------------------- */ -#include -#include +#include "core.h" #include "link.h" struct sk_buff *cfg_reply_alloc(int payload_size); diff --git a/net/tipc/core.h b/net/tipc/core.h index b69b60b2cc866d..1a34cc95b9e096 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h @@ -37,6 +37,11 @@ #ifndef _TIPC_CORE_H #define _TIPC_CORE_H +#include +#include +#include +#include +#include #include #include #include diff --git a/net/tipc/discover.h b/net/tipc/discover.h index 2a6114d9162603..f4acb360d6c3c9 100644 --- a/net/tipc/discover.h +++ b/net/tipc/discover.h @@ -37,7 +37,7 @@ #ifndef _TIPC_DISCOVER_H #define _TIPC_DISCOVER_H -#include +#include "core.h" struct link_req; diff --git a/net/tipc/msg.h b/net/tipc/msg.h index 662c81862a0c62..6574aab11fa4d0 100644 --- a/net/tipc/msg.h +++ b/net/tipc/msg.h @@ -37,7 +37,7 @@ #ifndef _TIPC_MSG_H #define _TIPC_MSG_H -#include +#include "core.h" #define TIPC_VERSION 2 #define DATA_LOW TIPC_LOW_IMPORTANCE diff --git a/net/tipc/port.h b/net/tipc/port.h index e829a99d3b7fd9..f4a8c2be3faa2f 100644 --- a/net/tipc/port.h +++ b/net/tipc/port.h @@ -37,7 +37,7 @@ #ifndef _TIPC_PORT_H #define _TIPC_PORT_H -#include +#include "core.h" #include "ref.h" #include "net.h" #include "msg.h" -- cgit 1.2.3-korg