aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/port.h
diff options
context:
space:
mode:
authorJon Maloy <jon.maloy@ericsson.com>2006-01-13 05:45:44 -0500
committerPer Liden <per.liden@ericsson.com>2006-01-17 18:45:14 -0500
commit5f7c3ff6a2e227418d363069ff89cf9d7f01fbc1 (patch)
treede2954670c63c9f9c584c7cec633f72047215aa3 /net/tipc/port.h
parent3860288ee8298bf2784e9a0c37d26d3a82941e35 (diff)
[TIPC] Minor changes to #includes
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Diffstat (limited to 'net/tipc/port.h')
-rw-r--r--net/tipc/port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/port.h b/net/tipc/port.h
index e829a99d3b7f..f4a8c2be3faa 100644
--- a/net/tipc/port.h
+++ b/net/tipc/port.h
@@ -37,7 +37,7 @@
37#ifndef _TIPC_PORT_H 37#ifndef _TIPC_PORT_H
38#define _TIPC_PORT_H 38#define _TIPC_PORT_H
39 39
40#include <net/tipc/tipc_port.h> 40#include "core.h"
41#include "ref.h" 41#include "ref.h"
42#include "net.h" 42#include "net.h"
43#include "msg.h" 43#include "msg.h"