mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
refactor: move hashtab types to hashtab_defs.h (#26262)
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user