diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-12-21 16:50:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-21 16:50:05 +0800 |
commit | 8533adb4844b771b84dac2141fa2fa60e0487b47 (patch) | |
tree | 5eabff8fb1eee869b733dbb01f739ee2cad2915d /src/nvim/buffer_defs.h | |
parent | 8c611f53feaeb6110875499cec9097c93b892c8c (diff) | |
download | rneovim-8533adb4844b771b84dac2141fa2fa60e0487b47.tar.gz rneovim-8533adb4844b771b84dac2141fa2fa60e0487b47.tar.bz2 rneovim-8533adb4844b771b84dac2141fa2fa60e0487b47.zip |
refactor(IWYU): move decor provider types to decoration_defs.h (#26692)
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r-- | src/nvim/buffer_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h index 49d2126801..3a6b5e2c6b 100644 --- a/src/nvim/buffer_defs.h +++ b/src/nvim/buffer_defs.h @@ -24,7 +24,7 @@ #include "nvim/regexp_defs.h" #include "nvim/sign_defs.h" #include "nvim/statusline_defs.h" -#include "nvim/terminal.h" +#include "nvim/types_defs.h" #include "nvim/undo_defs.h" /// Reference to a buffer that stores the value of buf_free_count. |