diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2016-05-27 20:58:14 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2016-05-27 20:58:14 -0400 |
| commit | f5642a171f4ceca72478c1d43746ff7a5e35b6db (patch) | |
| tree | 0f727cb249ccb471d66b29b35756006702490519 /src/nvim/msgpack_rpc/channel.c | |
| parent | f5cf6f8de4878bb4fa2b733645610d720b32a2fe (diff) | |
| parent | dd539366fcbecd340462a626523a3f689cf7589e (diff) | |
| download | rneovim-f5642a171f4ceca72478c1d43746ff7a5e35b6db.tar.gz rneovim-f5642a171f4ceca72478c1d43746ff7a5e35b6db.tar.bz2 rneovim-f5642a171f4ceca72478c1d43746ff7a5e35b6db.zip | |
Merge pull request #4817 from bfredl/remoteui
api: refactor remote ui to use API dispatch generation
Diffstat (limited to 'src/nvim/msgpack_rpc/channel.c')
| -rw-r--r-- | src/nvim/msgpack_rpc/channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/msgpack_rpc/channel.c b/src/nvim/msgpack_rpc/channel.c index 34ff7c6374..3a6d7c1434 100644 --- a/src/nvim/msgpack_rpc/channel.c +++ b/src/nvim/msgpack_rpc/channel.c @@ -7,8 +7,8 @@ #include "nvim/api/private/helpers.h" #include "nvim/api/vim.h" +#include "nvim/api/ui.h" #include "nvim/msgpack_rpc/channel.h" -#include "nvim/msgpack_rpc/remote_ui.h" #include "nvim/event/loop.h" #include "nvim/event/libuv_process.h" #include "nvim/event/rstream.h" |