diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-11-30 22:48:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-30 22:48:15 +0800 |
commit | a6f26c86cb74222fe2449f8a035f29b0ee45c98e (patch) | |
tree | f1aaea14334440a65d7307ec9f4acb614129679d /Makefile | |
parent | 884a83049b2c33e2b3b6cc5c9c7f6bf820b24a3d (diff) | |
download | rneovim-a6f26c86cb74222fe2449f8a035f29b0ee45c98e.tar.gz rneovim-a6f26c86cb74222fe2449f8a035f29b0ee45c98e.tar.bz2 rneovim-a6f26c86cb74222fe2449f8a035f29b0ee45c98e.zip |
refactor(IWYU): fix includes for cmdhist.h (#26324)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -152,11 +152,8 @@ iwyu: build/.ran-cmake |src/nvim/channel.h\ |src/nvim/charset.h\ |src/nvim/cmdexpand.h\ - |src/nvim/cmdhist.h\ |src/nvim/decoration.h\ - |src/nvim/diff.h\ |src/nvim/drawline.h\ - |src/nvim/drawscreen.h\ |src/nvim/eval.h\ |src/nvim/eval/encode.h\ |src/nvim/eval/typval.h\ @@ -174,7 +171,6 @@ iwyu: build/.ran-cmake |src/nvim/event/time.h\ |src/nvim/event/wstream.h\ |src/nvim/extmark.h\ - |src/nvim/fold.h\ |src/nvim/garray.h\ |src/nvim/getchar.h\ |src/nvim/globals.h\ @@ -183,7 +179,6 @@ iwyu: build/.ran-cmake |src/nvim/highlight_group.h\ |src/nvim/input.h\ |src/nvim/keycodes.h\ - |src/nvim/log.h\ |src/nvim/lua/executor.h\ |src/nvim/main.h\ |src/nvim/mark.h\ @@ -197,14 +192,11 @@ iwyu: build/.ran-cmake |src/nvim/os/pty_conpty_win.h\ |src/nvim/os/pty_process_unix.h\ |src/nvim/os/pty_process_win.h\ - |src/nvim/path.h\ |src/nvim/plines.h\ - |src/nvim/popupmenu.h\ |src/nvim/tui/input.h\ |src/nvim/ui.h\ |src/nvim/viml/parser/expressions.h\ |src/nvim/viml/parser/parser.h\ - |src/nvim/window.h\ )" --nosafe_headers < build/iwyu.log cmake -B build -U ENABLE_IWYU cmake --build build |