diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-11-28 17:01:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 17:01:27 +0800 |
commit | 71e954ad303eec25b67541f3a99392446f6de8b3 (patch) | |
tree | bf17577ba1c665176dc6dd0fe7ef86a4e444a763 /src/clint.py | |
parent | 570367ac83cdceeee7d43dadcff7652bd5cc93c5 (diff) | |
download | rneovim-71e954ad303eec25b67541f3a99392446f6de8b3.tar.gz rneovim-71e954ad303eec25b67541f3a99392446f6de8b3.tar.bz2 rneovim-71e954ad303eec25b67541f3a99392446f6de8b3.zip |
refactor(IWYU): fix includes for ugrid.h (#26267)
Diffstat (limited to 'src/clint.py')
-rwxr-xr-x | src/clint.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/clint.py b/src/clint.py index 812464b753..9daa1ad21f 100755 --- a/src/clint.py +++ b/src/clint.py @@ -998,7 +998,6 @@ def CheckIncludes(filename, lines, error): "src/nvim/textobject.h", "src/nvim/tui/input.h", "src/nvim/tui/tui.h", - "src/nvim/ugrid.h", "src/nvim/ui.h", "src/nvim/ui_client.h", "src/nvim/ui_compositor.h", |