diff options
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", |