diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-12-01 09:38:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 09:38:04 +0800 |
commit | 0bbe8e7fc257bd06a857bfc762c2b1e8e84463e1 (patch) | |
tree | 73366485778e8ababa8160c921aada5e9b0c69e8 /src/clint.py | |
parent | 09e93d7c4d33451ffe2dd2edeb7e2124b83c8078 (diff) | |
download | rneovim-0bbe8e7fc257bd06a857bfc762c2b1e8e84463e1.tar.gz rneovim-0bbe8e7fc257bd06a857bfc762c2b1e8e84463e1.tar.bz2 rneovim-0bbe8e7fc257bd06a857bfc762c2b1e8e84463e1.zip |
refactor(IWYU): fix includes for highlight_group.h (#26340)
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 2a7eb16c9a..596e2d8a26 100755 --- a/src/clint.py +++ b/src/clint.py @@ -932,7 +932,6 @@ def CheckIncludes(filename, lines, error): "src/nvim/globals.h", "src/nvim/grid.h", "src/nvim/highlight.h", - "src/nvim/highlight_group.h", "src/nvim/input.h", "src/nvim/keycodes.h", "src/nvim/lua/executor.h", |