diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-11-27 20:58:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 20:58:37 +0800 |
commit | 38a20dd89f91c45ec8589bf1c50d50732882d38a (patch) | |
tree | aad537751c8696c4a384984074b1a15fe60c6004 /src/clint.py | |
parent | acf525287950277e7b83794184e3df5dcfdecc48 (diff) | |
download | rneovim-38a20dd89f91c45ec8589bf1c50d50732882d38a.tar.gz rneovim-38a20dd89f91c45ec8589bf1c50d50732882d38a.tar.bz2 rneovim-38a20dd89f91c45ec8589bf1c50d50732882d38a.zip |
build(IWYU): replace most private mappings with pragmas (#26247)
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 d853428cd0..13c2978cf4 100755 --- a/src/clint.py +++ b/src/clint.py @@ -1017,7 +1017,6 @@ def CheckIncludes(filename, lines, error): "src/nvim/os/fs.h", "src/nvim/os/input.h", "src/nvim/os/lang.h", - "src/nvim/os/os.h", "src/nvim/os/pty_conpty_win.h", "src/nvim/os/pty_process_unix.h", "src/nvim/os/pty_process_win.h", |