mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 08:48:16 +00:00
msgpack-rpc: Create subdirectory for msgpack-rpc modules
Create the msgpack_rpc subdirectory and move all modules that deal with msgpack-rpc to it. Also merge msgpack_rpc.c into msgpack_rpc/helpers.c
This commit is contained in:
@@ -54,8 +54,8 @@
|
||||
#include "nvim/os/shell.h"
|
||||
#include "nvim/os/signal.h"
|
||||
#include "nvim/os/job.h"
|
||||
#include "nvim/os/msgpack_rpc.h"
|
||||
#include "nvim/os/msgpack_rpc_helpers.h"
|
||||
#include "nvim/msgpack_rpc/helpers.h"
|
||||
#include "nvim/msgpack_rpc/defs.h"
|
||||
|
||||
#if defined(HAVE_SYS_IOCTL_H)
|
||||
# include <sys/ioctl.h>
|
||||
@@ -166,8 +166,6 @@ void mch_init(void)
|
||||
mac_conv_init();
|
||||
#endif
|
||||
|
||||
msgpack_rpc_init();
|
||||
msgpack_rpc_helpers_init();
|
||||
event_init();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user