api: rename "msgpack_rpc/defs.h" to "api/private/dispatch.h" and use the header generator.

This commit is contained in:
Björn Linse
2016-06-16 13:35:04 +02:00
parent 5e59916e84
commit de3a515123
8 changed files with 36 additions and 39 deletions

View File

@@ -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"