diff options
author | Jon Maloy <jon.maloy@ericsson.com> | 2006-01-13 05:45:44 -0500 |
---|---|---|
committer | Per Liden <per.liden@ericsson.com> | 2006-01-17 18:45:14 -0500 |
commit | 5f7c3ff6a2e227418d363069ff89cf9d7f01fbc1 (patch) | |
tree | de2954670c63c9f9c584c7cec633f72047215aa3 /net/tipc/config.h | |
parent | 3860288ee8298bf2784e9a0c37d26d3a82941e35 (diff) |
[TIPC] Minor changes to #includes
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Diffstat (limited to 'net/tipc/config.h')
-rw-r--r-- | net/tipc/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tipc/config.h b/net/tipc/config.h index 646377d40454..e74d94f753c9 100644 --- a/net/tipc/config.h +++ b/net/tipc/config.h | |||
@@ -39,8 +39,7 @@ | |||
39 | 39 | ||
40 | /* ---------------------------------------------------------------------- */ | 40 | /* ---------------------------------------------------------------------- */ |
41 | 41 | ||
42 | #include <linux/tipc.h> | 42 | #include "core.h" |
43 | #include <linux/tipc_config.h> | ||
44 | #include "link.h" | 43 | #include "link.h" |
45 | 44 | ||
46 | struct sk_buff *cfg_reply_alloc(int payload_size); | 45 | struct sk_buff *cfg_reply_alloc(int payload_size); |