Skip to content

Commit

Permalink
[TIPC] Minor changes to #includes
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
  • Loading branch information
Jon Maloy authored and Per Liden committed Jan 17, 2006
1 parent 3860288 commit 5f7c3ff
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion net/tipc/bearer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions net/tipc/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
5 changes: 5 additions & 0 deletions net/tipc/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
#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>
Expand Down
2 changes: 1 addition & 1 deletion net/tipc/discover.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#ifndef _TIPC_DISCOVER_H
#define _TIPC_DISCOVER_H

#include <linux/tipc.h>
#include "core.h"

struct link_req;

Expand Down
2 changes: 1 addition & 1 deletion net/tipc/msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion net/tipc/port.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5f7c3ff

Please sign in to comment.