diff options
author | dundargoc <gocdundar@gmail.com> | 2023-12-20 14:32:22 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-12-20 19:52:02 +0100 |
commit | 0c120307ca1ab613e63865c634d7e10ad67fb0ba (patch) | |
tree | a9645d52815c7729bb43eccd11132b1cd8471307 /src/nvim/api/deprecated.c | |
parent | cc6a257c8cad8051b6f7e9287249293ab0a929d9 (diff) | |
download | rneovim-0c120307ca1ab613e63865c634d7e10ad67fb0ba.tar.gz rneovim-0c120307ca1ab613e63865c634d7e10ad67fb0ba.tar.bz2 rneovim-0c120307ca1ab613e63865c634d7e10ad67fb0ba.zip |
refactor: eliminate cyclic includes
Diffstat (limited to 'src/nvim/api/deprecated.c')
-rw-r--r-- | src/nvim/api/deprecated.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/api/deprecated.c b/src/nvim/api/deprecated.c index 27af581ef4..f7bbd61cd3 100644 --- a/src/nvim/api/deprecated.c +++ b/src/nvim/api/deprecated.c @@ -21,6 +21,7 @@ #include "nvim/memory.h" #include "nvim/option.h" #include "nvim/pos_defs.h" +#include "nvim/types_defs.h" #ifdef INCLUDE_GENERATED_DECLARATIONS # include "api/deprecated.c.generated.h" |