From e3f735ef101d670555f44226614a5c3557053b1f Mon Sep 17 00:00:00 2001 From: dundargoc Date: Mon, 27 Nov 2023 20:13:32 +0100 Subject: refactor: fix includes for api/autocmd.h --- src/clint.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/clint.py') 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", -- cgit