mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 06:46:07 +00:00
refactor(build): remove unused includes #17078
Remove unused includes in src/nvim/buffer.c|h using the IWYU library. Yet another step towards #6371 and #549
This commit is contained in:
@@ -102,8 +102,6 @@ typedef uint64_t disptick_T; // display tick type
|
||||
|
||||
// for struct memline (it needs memfile_T)
|
||||
#include "nvim/memline_defs.h"
|
||||
// for struct memfile, bhdr_T, blocknr_T... (it needs buf_T)
|
||||
#include "nvim/memfile_defs.h"
|
||||
|
||||
// for regprog_T. Needs win_T and buf_T.
|
||||
#include "nvim/regexp_defs.h"
|
||||
|
Reference in New Issue
Block a user