diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-09-30 12:05:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-30 12:05:28 +0800 |
commit | cf8b2c0e74fd5e723b0c15c2ce84e6900fd322d3 (patch) | |
tree | bf9f5c708f7cc03513bf4af81bcacacd833912f5 /src/nvim/option.c | |
parent | 5f2d0b932907fc3814a2245e1beacd8a47aa256c (diff) | |
download | rneovim-cf8b2c0e74fd5e723b0c15c2ce84e6900fd322d3.tar.gz rneovim-cf8b2c0e74fd5e723b0c15c2ce84e6900fd322d3.tar.bz2 rneovim-cf8b2c0e74fd5e723b0c15c2ce84e6900fd322d3.zip |
build(iwyu): add a few more _defs.h mappings (#25435)
Diffstat (limited to 'src/nvim/option.c')
-rw-r--r-- | src/nvim/option.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c index 22825dd7a7..4c54487b95 100644 --- a/src/nvim/option.c +++ b/src/nvim/option.c @@ -21,7 +21,6 @@ #define IN_OPTION_C #include <assert.h> -#include <ctype.h> #include <inttypes.h> #include <limits.h> #include <stdbool.h> @@ -30,6 +29,7 @@ #include <string.h> #include "auto/config.h" +#include "klib/kvec.h" #include "nvim/api/extmark.h" #include "nvim/api/private/defs.h" #include "nvim/api/private/helpers.h" @@ -46,7 +46,6 @@ #include "nvim/drawscreen.h" #include "nvim/eval.h" #include "nvim/eval/typval.h" -#include "nvim/eval/typval_defs.h" #include "nvim/ex_cmds_defs.h" #include "nvim/ex_docmd.h" #include "nvim/ex_getln.h" @@ -84,7 +83,6 @@ #include "nvim/path.h" #include "nvim/popupmenu.h" #include "nvim/pos.h" -#include "nvim/quickfix.h" #include "nvim/regexp.h" #include "nvim/runtime.h" #include "nvim/search.h" @@ -92,7 +90,6 @@ #include "nvim/spell.h" #include "nvim/spellfile.h" #include "nvim/spellsuggest.h" -#include "nvim/statusline.h" #include "nvim/strings.h" #include "nvim/tag.h" #include "nvim/terminal.h" |