[TIPC] Minor changes to #includes
authorJon Maloy <jon.maloy@ericsson.com>
Fri, 13 Jan 2006 10:45:44 +0000 (10:45 +0000)
committerPer Liden <per.liden@ericsson.com>
Tue, 17 Jan 2006 23:45:14 +0000 (00:45 +0100)
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
net/tipc/bearer.h
net/tipc/config.h
net/tipc/core.h
net/tipc/discover.h
net/tipc/msg.h
net/tipc/port.h

index 21e63d3..0c40cc2 100644 (file)
@@ -37,7 +37,7 @@
 #ifndef _TIPC_BEARER_H
 #define _TIPC_BEARER_H
 
-#include <net/tipc/tipc_bearer.h>
+#include "core.h"
 #include "bcast.h"
 
 #define MAX_BEARERS 8
index 646377d..e74d94f 100644 (file)
@@ -39,8 +39,7 @@
 
 /* ---------------------------------------------------------------------- */
 
-#include <linux/tipc.h>
-#include <linux/tipc_config.h>
+#include "core.h"
 #include "link.h"
 
 struct sk_buff *cfg_reply_alloc(int payload_size);
index b69b60b..1a34cc9 100644 (file)
 #ifndef _TIPC_CORE_H
 #define _TIPC_CORE_H
 
+#include <linux/tipc.h>
+#include <linux/tipc_config.h>
+#include <net/tipc/tipc_msg.h>
+#include <net/tipc/tipc_port.h>
+#include <net/tipc/tipc_bearer.h>
 #include <net/tipc/tipc.h>
 #include <linux/types.h>
 #include <linux/kernel.h>
index 2a6114d..f4acb36 100644 (file)
@@ -37,7 +37,7 @@
 #ifndef _TIPC_DISCOVER_H
 #define _TIPC_DISCOVER_H
 
-#include <linux/tipc.h>
+#include "core.h"
 
 struct link_req;
 
index 662c818..6574aab 100644 (file)
@@ -37,7 +37,7 @@
 #ifndef _TIPC_MSG_H
 #define _TIPC_MSG_H
 
-#include <net/tipc/tipc_msg.h>
+#include "core.h"
 
 #define TIPC_VERSION              2
 #define DATA_LOW                  TIPC_LOW_IMPORTANCE
index e829a99..f4a8c2b 100644 (file)
@@ -37,7 +37,7 @@
 #ifndef _TIPC_PORT_H
 #define _TIPC_PORT_H
 
-#include <net/tipc/tipc_port.h>
+#include "core.h"
 #include "ref.h"
 #include "net.h"
 #include "msg.h"