aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/msgpack_rpc/helpers.c
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2016-06-16 13:35:04 +0200
committerBjörn Linse <bjorn.linse@gmail.com>2016-08-31 21:40:20 +0200
commitde3a515123fa417ecce61efebe4bc117b010c657 (patch)
tree544542b8b92fa77016be159a1ad78bf482e436bd /src/nvim/msgpack_rpc/helpers.c
parent5e59916e84933b0b05fda8ed76cf5f24fa3f48b6 (diff)
downloadrneovim-de3a515123fa417ecce61efebe4bc117b010c657.tar.gz
rneovim-de3a515123fa417ecce61efebe4bc117b010c657.tar.bz2
rneovim-de3a515123fa417ecce61efebe4bc117b010c657.zip
api: rename "msgpack_rpc/defs.h" to "api/private/dispatch.h" and use the header generator.
Diffstat (limited to 'src/nvim/msgpack_rpc/helpers.c')
-rw-r--r--src/nvim/msgpack_rpc/helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/msgpack_rpc/helpers.c b/src/nvim/msgpack_rpc/helpers.c
index 9195b10614..bf324cbc3a 100644
--- a/src/nvim/msgpack_rpc/helpers.c
+++ b/src/nvim/msgpack_rpc/helpers.c
@@ -4,9 +4,9 @@
#include <msgpack.h>
+#include "nvim/api/private/dispatch.h"
#include "nvim/api/private/helpers.h"
#include "nvim/msgpack_rpc/helpers.h"
-#include "nvim/msgpack_rpc/defs.h"
#include "nvim/lib/kvec.h"
#include "nvim/vim.h"
#include "nvim/log.h"