mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
refactor: move Arena and ArenaMem to memory_defs.h (#26240)
This commit is contained in:
30
Makefile
30
Makefile
@ -161,7 +161,6 @@ iwyu: build/.ran-cmake
|
||||
|src/nvim/assert.h\
|
||||
|src/nvim/autocmd.h\
|
||||
|src/nvim/autocmd_defs.h\
|
||||
|src/nvim/base64.h\
|
||||
|src/nvim/buffer.h\
|
||||
|src/nvim/buffer_defs.h\
|
||||
|src/nvim/buffer_updates.h\
|
||||
@ -174,8 +173,6 @@ iwyu: build/.ran-cmake
|
||||
|src/nvim/cmdhist.h\
|
||||
|src/nvim/context.h\
|
||||
|src/nvim/cursor.h\
|
||||
|src/nvim/cursor_shape.h\
|
||||
|src/nvim/debugger.h\
|
||||
|src/nvim/decoration.h\
|
||||
|src/nvim/decoration_defs.h\
|
||||
|src/nvim/decoration_provider.h\
|
||||
@ -188,9 +185,7 @@ iwyu: build/.ran-cmake
|
||||
|src/nvim/eval/buffer.h\
|
||||
|src/nvim/eval/decode.h\
|
||||
|src/nvim/eval/encode.h\
|
||||
|src/nvim/eval/executor.h\
|
||||
|src/nvim/eval/funcs.h\
|
||||
|src/nvim/eval/gc.h\
|
||||
|src/nvim/eval/typval.h\
|
||||
|src/nvim/eval/typval_defs.h\
|
||||
|src/nvim/eval/typval_encode.h\
|
||||
@ -208,13 +203,10 @@ iwyu: build/.ran-cmake
|
||||
|src/nvim/event/time.h\
|
||||
|src/nvim/event/wstream.h\
|
||||
|src/nvim/ex_cmds.h\
|
||||
|src/nvim/ex_cmds2.h\
|
||||
|src/nvim/ex_cmds_defs.h\
|
||||
|src/nvim/ex_docmd.h\
|
||||
|src/nvim/ex_eval.h\
|
||||
|src/nvim/ex_eval_defs.h\
|
||||
|src/nvim/ex_getln.h\
|
||||
|src/nvim/ex_session.h\
|
||||
|src/nvim/extmark.h\
|
||||
|src/nvim/extmark_defs.h\
|
||||
|src/nvim/file_search.h\
|
||||
@ -227,7 +219,6 @@ iwyu: build/.ran-cmake
|
||||
|src/nvim/grid.h\
|
||||
|src/nvim/grid_defs.h\
|
||||
|src/nvim/hashtab.h\
|
||||
|src/nvim/help.h\
|
||||
|src/nvim/highlight.h\
|
||||
|src/nvim/highlight_defs.h\
|
||||
|src/nvim/highlight_group.h\
|
||||
@ -239,13 +230,7 @@ iwyu: build/.ran-cmake
|
||||
|src/nvim/keycodes.h\
|
||||
|src/nvim/linematch.h\
|
||||
|src/nvim/log.h\
|
||||
|src/nvim/lua/base64.h\
|
||||
|src/nvim/lua/executor.h\
|
||||
|src/nvim/lua/secure.h\
|
||||
|src/nvim/lua/spell.h\
|
||||
|src/nvim/lua/stdlib.h\
|
||||
|src/nvim/lua/treesitter.h\
|
||||
|src/nvim/lua/xdiff.h\
|
||||
|src/nvim/macros.h\
|
||||
|src/nvim/main.h\
|
||||
|src/nvim/map.h\
|
||||
@ -257,7 +242,6 @@ iwyu: build/.ran-cmake
|
||||
|src/nvim/match.h\
|
||||
|src/nvim/mbyte.h\
|
||||
|src/nvim/mbyte_defs.h\
|
||||
|src/nvim/memfile.h\
|
||||
|src/nvim/memfile_defs.h\
|
||||
|src/nvim/memline.h\
|
||||
|src/nvim/memory.h\
|
||||
@ -268,16 +252,12 @@ iwyu: build/.ran-cmake
|
||||
|src/nvim/msgpack_rpc/channel.h\
|
||||
|src/nvim/msgpack_rpc/channel_defs.h\
|
||||
|src/nvim/msgpack_rpc/helpers.h\
|
||||
|src/nvim/msgpack_rpc/server.h\
|
||||
|src/nvim/msgpack_rpc/unpacker.h\
|
||||
|src/nvim/normal.h\
|
||||
|src/nvim/nvim/extmark.h\
|
||||
|src/nvim/ops.h\
|
||||
|src/nvim/option.h\
|
||||
|src/nvim/option_defs.h\
|
||||
|src/nvim/option_vars.h\
|
||||
|src/nvim/optionstr.h\
|
||||
|src/nvim/os/dl.h\
|
||||
|src/nvim/os/fileio.h\
|
||||
|src/nvim/os/fs.h\
|
||||
|src/nvim/os/input.h\
|
||||
@ -286,9 +266,6 @@ 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/os/shell.h\
|
||||
|src/nvim/os/time.h\
|
||||
|src/nvim/os/tty.h\
|
||||
|src/nvim/path.h\
|
||||
|src/nvim/plines.h\
|
||||
|src/nvim/popupmenu.h\
|
||||
@ -298,20 +275,13 @@ iwyu: build/.ran-cmake
|
||||
|src/nvim/regexp_defs.h\
|
||||
|src/nvim/runtime.h\
|
||||
|src/nvim/search.h\
|
||||
|src/nvim/sha256.h\
|
||||
|src/nvim/shada.h\
|
||||
|src/nvim/sign.h\
|
||||
|src/nvim/sign_defs.h\
|
||||
|src/nvim/spell.h\
|
||||
|src/nvim/spell_defs.h\
|
||||
|src/nvim/spellfile.h\
|
||||
|src/nvim/state.h\
|
||||
|src/nvim/statusline.h\
|
||||
|src/nvim/statusline_defs.h\
|
||||
|src/nvim/strings.h\
|
||||
|src/nvim/syntax.h\
|
||||
|src/nvim/tag.h\
|
||||
|src/nvim/terminal.h\
|
||||
|src/nvim/testing.h\
|
||||
|src/nvim/textformat.h\
|
||||
|src/nvim/textobject.h\
|
||||
|
Reference in New Issue
Block a user