... | ... |
@@ -56,7 +56,7 @@ |
56 | 56 |
#include "../../pvar.h" |
57 | 57 |
#include "../../mod_fix.h" |
58 | 58 |
#include "../../script_cb.h" |
59 |
-#include "../../lib/kcore/faked_msg.h" |
|
59 |
+#include "../../fmsg.h" |
|
60 | 60 |
#include "../../hashes.h" |
61 | 61 |
#include "../../lib/kcore/kstats_wrapper.h" |
62 | 62 |
#include "../../mem/mem.h" |
... | ... |
@@ -37,7 +37,7 @@ |
37 | 37 |
#include "../../action.h" |
38 | 38 |
#include "../../script_cb.h" |
39 | 39 |
#include "../../pt.h" |
40 |
-#include "../../lib/kcore/faked_msg.h" |
|
40 |
+#include "../../fmsg.h" |
|
41 | 41 |
#include "../../parser/parse_from.h" |
42 | 42 |
#include "../../parser/parse_cseq.h" |
43 | 43 |
#include "../../parser/contact/parse_contact.h" |
... | ... |
@@ -37,7 +37,7 @@ |
37 | 37 |
#include "../../dprint.h" |
38 | 38 |
#include "../../sr_module.h" |
39 | 39 |
#include "../../cfg/cfg_struct.h" |
40 |
-#include "../../lib/kcore/faked_msg.h" |
|
40 |
+#include "../../fmsg.h" |
|
41 | 41 |
|
42 | 42 |
int handle_msg_req_tuple(cnode_handler_t *phandler, erlang_msg * msg); |
43 | 43 |
int handle_req_ref_tuple(cnode_handler_t *phandler, erlang_msg * msg); |
... | ... |
@@ -14,7 +14,7 @@ |
14 | 14 |
#include "../../lib/kcore/statistics.h" |
15 | 15 |
#include "../../action.h" |
16 | 16 |
#include "../../script_cb.h" |
17 |
-#include "../../lib/kcore/faked_msg.h" |
|
17 |
+#include "../../fmsg.h" |
|
18 | 18 |
#include "../../parser/parse_from.h" |
19 | 19 |
#include "../../parser/parse_cseq.h" |
20 | 20 |
#include "../../parser/contact/parse_contact.h" |
... | ... |
@@ -13,7 +13,7 @@ |
13 | 13 |
#include "../../pvar.h" |
14 | 14 |
#include "../../mod_fix.h" |
15 | 15 |
#include "../../script_cb.h" |
16 |
-#include "../../lib/kcore/faked_msg.h" |
|
16 |
+#include "../../fmsg.h" |
|
17 | 17 |
#include "../../lib/kcore/kstats_wrapper.h" |
18 | 18 |
#include "../../mem/mem.h" |
19 | 19 |
#include "../../lib/kmi/mi.h" |
... | ... |
@@ -27,7 +27,7 @@ |
27 | 27 |
#include "../../locking.h" |
28 | 28 |
#include "../../str.h" |
29 | 29 |
#include "../../tcp_conn.h" |
30 |
-#include "../../lib/kcore/faked_msg.h" |
|
30 |
+#include "../../fmsg.h" |
|
31 | 31 |
#include "../../lib/kcore/kstats_wrapper.h" |
32 | 32 |
#include "../../lib/kmi/tree.h" |
33 | 33 |
#include "../../mem/mem.h" |