refactor(IWYU): move typedefs out of globals.h (#26322)

This commit is contained in:
zeertzjq
2023-11-30 19:52:23 +08:00
committed by GitHub
parent 3b6dd8608d
commit c8e37a589a
33 changed files with 322 additions and 322 deletions

View File

@@ -931,11 +931,7 @@ def CheckIncludes(filename, lines, error):
"src/nvim/event/stream.h",
"src/nvim/event/time.h",
"src/nvim/event/wstream.h",
"src/nvim/ex_cmds.h",
"src/nvim/ex_docmd.h",
"src/nvim/extmark.h",
"src/nvim/file_search.h",
"src/nvim/fileio.h",
"src/nvim/fold.h",
"src/nvim/garray.h",
"src/nvim/getchar.h",
@@ -944,14 +940,11 @@ def CheckIncludes(filename, lines, error):
"src/nvim/highlight.h",
"src/nvim/highlight_group.h",
"src/nvim/input.h",
"src/nvim/insexpand.h",
"src/nvim/keycodes.h",
"src/nvim/log.h",
"src/nvim/lua/executor.h",
"src/nvim/main.h",
"src/nvim/mark.h",
"src/nvim/mouse.h",
"src/nvim/move.h",
"src/nvim/msgpack_rpc/channel.h",
"src/nvim/msgpack_rpc/channel_defs.h",
"src/nvim/msgpack_rpc/helpers.h",
@@ -965,10 +958,6 @@ def CheckIncludes(filename, lines, error):
"src/nvim/path.h",
"src/nvim/plines.h",
"src/nvim/popupmenu.h",
"src/nvim/search.h",
"src/nvim/spell.h",
"src/nvim/syntax.h",
"src/nvim/textobject.h",
"src/nvim/tui/input.h",
"src/nvim/ui.h",
"src/nvim/viml/parser/expressions.h",