mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 02:34:59 -07:00
refactor: fix includes for iconv.h
This commit is contained in:
parent
ab7c0e9904
commit
f9231603c4
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",
|
||||
|
Loading…
Reference in New Issue
Block a user