Commit 5f7c3ff6a2e227418d363069ff89cf9d7f01fbc1
Committed by
Per Liden
1 parent
3860288ee8
Exists in
master
and in
4 other branches
[TIPC] Minor changes to #includes
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Showing 6 changed files with 10 additions and 6 deletions Side-by-side Diff
net/tipc/bearer.h
net/tipc/config.h
net/tipc/core.h
... | ... | @@ -37,6 +37,11 @@ |
37 | 37 | #ifndef _TIPC_CORE_H |
38 | 38 | #define _TIPC_CORE_H |
39 | 39 | |
40 | +#include <linux/tipc.h> | |
41 | +#include <linux/tipc_config.h> | |
42 | +#include <net/tipc/tipc_msg.h> | |
43 | +#include <net/tipc/tipc_port.h> | |
44 | +#include <net/tipc/tipc_bearer.h> | |
40 | 45 | #include <net/tipc/tipc.h> |
41 | 46 | #include <linux/types.h> |
42 | 47 | #include <linux/kernel.h> |
net/tipc/discover.h
net/tipc/msg.h