aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/map.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/map.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/map.c')
-rw-r--r--src/nvim/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/map.c b/src/nvim/map.c
index 398e74268f..ff92043677 100644
--- a/src/nvim/map.c
+++ b/src/nvim/map.c
@@ -6,7 +6,7 @@
#include "nvim/map_defs.h"
#include "nvim/vim.h"
#include "nvim/memory.h"
-#include "nvim/msgpack_rpc/defs.h"
+#include "nvim/api/private/dispatch.h"
#include "nvim/lib/khash.h"