diff options
author | dundargoc <gocdundar@gmail.com> | 2023-11-27 20:22:17 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-11-27 21:52:34 +0100 |
commit | f9231603c40301ef48ab2cc50e62c9e430b7edf3 (patch) | |
tree | b61e2ae70d796f2700fb6f41686d28b24b2a75e5 /src/clint.py | |
parent | ab7c0e9904610a1554af1c34a42bcaa25c847c15 (diff) | |
download | rneovim-f9231603c40301ef48ab2cc50e62c9e430b7edf3.tar.gz rneovim-f9231603c40301ef48ab2cc50e62c9e430b7edf3.tar.bz2 rneovim-f9231603c40301ef48ab2cc50e62c9e430b7edf3.zip |
refactor: fix includes for iconv.h
Diffstat (limited to 'src/clint.py')
-rwxr-xr-x | src/clint.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/clint.py b/src/clint.py index 5e482abca9..3440e57b59 100755 --- a/src/clint.py +++ b/src/clint.py @@ -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", |