diff options
| author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-23 15:49:25 -0300 |
|---|---|---|
| committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-23 16:06:58 -0300 |
| commit | 72e3125f452ae7224162da8e940e20b00680d41a (patch) | |
| tree | 0838c44afc2ebdb583585f6522248ed2efdff397 /src/nvim/os | |
| parent | 399a0e37405a0f68ef3373c8ad9bcfa94ee0f649 (diff) | |
| download | rneovim-72e3125f452ae7224162da8e940e20b00680d41a.tar.gz rneovim-72e3125f452ae7224162da8e940e20b00680d41a.tar.bz2 rneovim-72e3125f452ae7224162da8e940e20b00680d41a.zip | |
API: Refactor: Move non-public files to private subdirectory
Diffstat (limited to 'src/nvim/os')
| -rw-r--r-- | src/nvim/os/msgpack_rpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/msgpack_rpc.h b/src/nvim/os/msgpack_rpc.h index 0e9d474d8d..0f644273cd 100644 --- a/src/nvim/os/msgpack_rpc.h +++ b/src/nvim/os/msgpack_rpc.h @@ -6,7 +6,7 @@ #include <msgpack.h> -#include "nvim/api/defs.h" +#include "nvim/api/private/defs.h" /// Validates the basic structure of the msgpack-rpc call and fills `res` /// with the basic response structure. |