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/highlight.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/highlight.c')
-rw-r--r-- | src/nvim/highlight.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/highlight.c b/src/nvim/highlight.c index 6684a20607..cffa362d6a 100644 --- a/src/nvim/highlight.c +++ b/src/nvim/highlight.c @@ -11,6 +11,7 @@ #include "nvim/api/private/helpers.h" #include "nvim/api/private/validate.h" #include "nvim/api/ui.h" +#include "nvim/decoration_defs.h" #include "nvim/decoration_provider.h" #include "nvim/drawscreen.h" #include "nvim/gettext.h" |