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/api/buffer.c | |
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/api/buffer.c')
-rw-r--r-- | src/nvim/api/buffer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/api/buffer.c b/src/nvim/api/buffer.c index 99d261e73d..bbb6b92986 100644 --- a/src/nvim/api/buffer.c +++ b/src/nvim/api/buffer.c @@ -18,7 +18,6 @@ #include "nvim/ascii_defs.h" #include "nvim/autocmd.h" #include "nvim/buffer.h" -#include "nvim/buffer_defs.h" #include "nvim/buffer_updates.h" #include "nvim/change.h" #include "nvim/cursor.h" |