aboutsummaryrefslogtreecommitdiff
path: root/src/clint.py
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-12-01 09:38:04 +0800
committerGitHub <noreply@github.com>2023-12-01 09:38:04 +0800
commit0bbe8e7fc257bd06a857bfc762c2b1e8e84463e1 (patch)
tree73366485778e8ababa8160c921aada5e9b0c69e8 /src/clint.py
parent09e93d7c4d33451ffe2dd2edeb7e2124b83c8078 (diff)
downloadrneovim-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-xsrc/clint.py1
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",