mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
refactor: fix includes for iconv.h
This commit is contained in:
1
Makefile
1
Makefile
@ -222,7 +222,6 @@ iwyu: build/.ran-cmake
|
||||
|src/nvim/highlight.h\
|
||||
|src/nvim/highlight_defs.h\
|
||||
|src/nvim/highlight_group.h\
|
||||
|src/nvim/iconv.h\
|
||||
|src/nvim/indent.h\
|
||||
|src/nvim/indent_c.h\
|
||||
|src/nvim/input.h\
|
||||
|
@ -977,7 +977,6 @@ def CheckIncludes(filename, lines, error):
|
||||
"src/nvim/highlight.h",
|
||||
"src/nvim/highlight_defs.h",
|
||||
"src/nvim/highlight_group.h",
|
||||
"src/nvim/iconv.h",
|
||||
"src/nvim/indent.h",
|
||||
"src/nvim/indent_c.h",
|
||||
"src/nvim/input.h",
|
||||
|
Reference in New Issue
Block a user