aboutsummaryrefslogtreecommitdiff
path: root/src/clint.py
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-12-23 08:28:17 +0800
committerGitHub <noreply@github.com>2023-12-23 08:28:17 +0800
commit242261d4e77806cdb4559c2be58613113a393a4e (patch)
tree9a6a6e1ded19514fe118833d2698532811691d0b /src/clint.py
parent0c3d2a7fd99d6171fad81cc8b010281b1cd1c3e0 (diff)
downloadrneovim-242261d4e77806cdb4559c2be58613113a393a4e.tar.gz
rneovim-242261d4e77806cdb4559c2be58613113a393a4e.tar.bz2
rneovim-242261d4e77806cdb4559c2be58613113a393a4e.zip
refactor(IWYU): move evalarg_T to eval_defs.h (#26716)
Diffstat (limited to 'src/clint.py')
-rwxr-xr-xsrc/clint.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/clint.py b/src/clint.py
index 663416553e..32ed81f95c 100755
--- a/src/clint.py
+++ b/src/clint.py
@@ -903,11 +903,9 @@ def CheckIncludes(filename, lines, error):
"src/nvim/buffer.h",
"src/nvim/channel.h",
"src/nvim/charset.h",
- "src/nvim/eval.h",
"src/nvim/eval/encode.h",
"src/nvim/eval/typval.h",
"src/nvim/eval/typval_defs.h",
- "src/nvim/eval/userfunc.h",
"src/nvim/event/libuv_process.h",
"src/nvim/event/multiqueue.h",
"src/nvim/garray.h",