diff options
Diffstat (limited to 'src/clint.py')
-rwxr-xr-x | src/clint.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/clint.py b/src/clint.py index c9e6ca9973..812464b753 100755 --- a/src/clint.py +++ b/src/clint.py @@ -927,7 +927,6 @@ def CheckIncludes(filename, lines, error): "src/nvim/eval/typval_defs.h", "src/nvim/eval/typval_encode.h", "src/nvim/eval/userfunc.h", - "src/nvim/eval/vars.h", "src/nvim/eval/window.h", "src/nvim/event/libuv_process.h", "src/nvim/event/loop.h", @@ -991,7 +990,6 @@ def CheckIncludes(filename, lines, error): "src/nvim/popupmenu.h", "src/nvim/search.h", "src/nvim/spell.h", - "src/nvim/spell_defs.h", "src/nvim/statusline.h", "src/nvim/statusline_defs.h", "src/nvim/strings.h", |