diff options
author | dundargoc <gocdundar@gmail.com> | 2023-11-27 20:13:32 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-11-27 21:53:07 +0100 |
commit | e3f735ef101d670555f44226614a5c3557053b1f (patch) | |
tree | f536343428725139626e15262c6d361157cb2af3 /src/clint.py | |
parent | f9231603c40301ef48ab2cc50e62c9e430b7edf3 (diff) | |
download | rneovim-e3f735ef101d670555f44226614a5c3557053b1f.tar.gz rneovim-e3f735ef101d670555f44226614a5c3557053b1f.tar.bz2 rneovim-e3f735ef101d670555f44226614a5c3557053b1f.zip |
refactor: fix includes for api/autocmd.h
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 3440e57b59..c6d7d1e8a3 100755 --- a/src/clint.py +++ b/src/clint.py @@ -897,7 +897,6 @@ def CheckIncludes(filename, lines, error): # These should be synced with the ignored headers in the `iwyu` target in # the Makefile. check_includes_ignore = [ - "src/nvim/api/autocmd.h", "src/nvim/api/buffer.h", "src/nvim/api/command.h", "src/nvim/api/extmark.h", |