diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-11-30 19:52:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-30 19:52:23 +0800 |
commit | c8e37a589a4bffbdf374a5893ef269d2fe233ce6 (patch) | |
tree | 187293673d04522398bf79dfa743596d26d455b7 /src/clint.py | |
parent | 3b6dd8608d05aea4144cf05730e7b6c6db6052e8 (diff) | |
download | rneovim-c8e37a589a4bffbdf374a5893ef269d2fe233ce6.tar.gz rneovim-c8e37a589a4bffbdf374a5893ef269d2fe233ce6.tar.bz2 rneovim-c8e37a589a4bffbdf374a5893ef269d2fe233ce6.zip |
refactor(IWYU): move typedefs out of globals.h (#26322)
Diffstat (limited to 'src/clint.py')
-rwxr-xr-x | src/clint.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/clint.py b/src/clint.py index a45969af31..9b946998c9 100755 --- a/src/clint.py +++ b/src/clint.py @@ -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", |