diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2021-09-09 14:57:27 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2021-09-09 16:06:43 +0200 |
commit | ad8eda3f5b7db424de912ac748bce6b02e43f64f (patch) | |
tree | 63e76388a545e13b7b073b6ca80348ee3d763732 /src/mpack/rpc.h | |
parent | 0f596665ccb6f1764c2f14b8742850ab06cb9228 (diff) | |
download | rneovim-ad8eda3f5b7db424de912ac748bce6b02e43f64f.tar.gz rneovim-ad8eda3f5b7db424de912ac748bce6b02e43f64f.tar.bz2 rneovim-ad8eda3f5b7db424de912ac748bce6b02e43f64f.zip |
fix(ci): don't enrage the CI Gods by calling a file 'core.*'
Diffstat (limited to 'src/mpack/rpc.h')
-rw-r--r-- | src/mpack/rpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpack/rpc.h b/src/mpack/rpc.h index 3f796b90e1..c1e8d656b5 100644 --- a/src/mpack/rpc.h +++ b/src/mpack/rpc.h @@ -1,7 +1,7 @@ #ifndef MPACK_RPC_H #define MPACK_RPC_H -#include "core.h" +#include "mpack_core.h" #include "object.h" #ifndef MPACK_RPC_MAX_REQUESTS |