aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-12-01 08:06:37 +0800
committerGitHub <noreply@github.com>2023-12-01 08:06:37 +0800
commit09e93d7c4d33451ffe2dd2edeb7e2124b83c8078 (patch)
treec0d1d3de8f4dbd578e6c4d53bb91a55896b169c2 /Makefile
parentb32b5b2711ed338f4944c983a247f80c3163f87c (diff)
downloadrneovim-09e93d7c4d33451ffe2dd2edeb7e2124b83c8078.tar.gz
rneovim-09e93d7c4d33451ffe2dd2edeb7e2124b83c8078.tar.bz2
rneovim-09e93d7c4d33451ffe2dd2edeb7e2124b83c8078.zip
refactor(IWYU): create {ex_getln,rbuffer,os/fileio}_defs.h (#26338)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5667c9d953..079416eb43 100644
--- a/Makefile
+++ b/Makefile
@@ -151,7 +151,6 @@ iwyu: build/.ran-cmake
|src/nvim/buffer_defs.h\
|src/nvim/channel.h\
|src/nvim/charset.h\
- |src/nvim/cmdexpand.h\
|src/nvim/decoration.h\
|src/nvim/drawline.h\
|src/nvim/eval.h\
@@ -172,7 +171,6 @@ iwyu: build/.ran-cmake
|src/nvim/event/wstream.h\
|src/nvim/extmark.h\
|src/nvim/garray.h\
- |src/nvim/getchar.h\
|src/nvim/globals.h\
|src/nvim/grid.h\
|src/nvim/highlight.h\
@@ -187,7 +185,6 @@ iwyu: build/.ran-cmake
|src/nvim/msgpack_rpc/helpers.h\
|src/nvim/msgpack_rpc/unpacker.h\
|src/nvim/option.h\
- |src/nvim/os/fileio.h\
|src/nvim/os/input.h\
|src/nvim/os/pty_conpty_win.h\
|src/nvim/os/pty_process_unix.h\