refactor: move hashtab types to hashtab_defs.h (#26262)

This commit is contained in:
zeertzjq
2023-11-28 10:47:22 +08:00
committed by GitHub
parent 3a3474371b
commit 1a8f60c7d2
13 changed files with 230 additions and 226 deletions

View File

@@ -927,7 +927,6 @@ def CheckIncludes(filename, lines, error):
"src/nvim/eval/typval_defs.h",
"src/nvim/eval/typval_encode.h",
"src/nvim/eval/userfunc.h",
"src/nvim/eval/vars.h",
"src/nvim/eval/window.h",
"src/nvim/event/libuv_process.h",
"src/nvim/event/loop.h",
@@ -991,7 +990,6 @@ def CheckIncludes(filename, lines, error):
"src/nvim/popupmenu.h",
"src/nvim/search.h",
"src/nvim/spell.h",
"src/nvim/spell_defs.h",
"src/nvim/statusline.h",
"src/nvim/statusline_defs.h",
"src/nvim/strings.h",