diff options
author | Jon Maloy <jon.maloy@ericsson.com> | 2006-01-13 10:45:44 +0000 |
---|---|---|
committer | Per Liden <per.liden@ericsson.com> | 2006-01-18 00:45:14 +0100 |
commit | 5f7c3ff6a2e227418d363069ff89cf9d7f01fbc1 (patch) | |
tree | de2954670c63c9f9c584c7cec633f72047215aa3 /net/tipc/bearer.h | |
parent | 3860288ee8298bf2784e9a0c37d26d3a82941e35 (diff) | |
download | linux-3.10-5f7c3ff6a2e227418d363069ff89cf9d7f01fbc1.tar.gz linux-3.10-5f7c3ff6a2e227418d363069ff89cf9d7f01fbc1.tar.bz2 linux-3.10-5f7c3ff6a2e227418d363069ff89cf9d7f01fbc1.zip |
[TIPC] Minor changes to #includes
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Diffstat (limited to 'net/tipc/bearer.h')
-rw-r--r-- | net/tipc/bearer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/bearer.h b/net/tipc/bearer.h index 21e63d3f018..0c40cc2b43c 100644 --- a/net/tipc/bearer.h +++ b/net/tipc/bearer.h @@ -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 |