diff options
author | dundargoc <gocdundar@gmail.com> | 2023-11-25 11:32:32 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-11-25 17:41:33 +0100 |
commit | a827003e3052c6d9ee7bdb71518182e9bd76317d (patch) | |
tree | c1b6276a2c74bfc1f190f518e7d098c78e99b3b9 /src/nvim/move.c | |
parent | 03b7d35b5485b6a66bcd92027e43c838766bb205 (diff) | |
download | rneovim-a827003e3052c6d9ee7bdb71518182e9bd76317d.tar.gz rneovim-a827003e3052c6d9ee7bdb71518182e9bd76317d.tar.bz2 rneovim-a827003e3052c6d9ee7bdb71518182e9bd76317d.zip |
build: rework IWYU mapping files
Create mapping to most of the C spec and some POSIX specific functions.
This is more robust than relying files shipped with IWYU.
Diffstat (limited to 'src/nvim/move.c')
-rw-r--r-- | src/nvim/move.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/move.c b/src/nvim/move.c index a719386084..6724ded9d8 100644 --- a/src/nvim/move.c +++ b/src/nvim/move.c @@ -17,7 +17,6 @@ #include "nvim/buffer.h" #include "nvim/cursor.h" #include "nvim/diff.h" -#include "nvim/drawline.h" #include "nvim/drawscreen.h" #include "nvim/edit.h" #include "nvim/eval/typval.h" @@ -41,6 +40,7 @@ #include "nvim/popupmenu.h" #include "nvim/pos.h" #include "nvim/search.h" +#include "nvim/sign_defs.h" #include "nvim/strings.h" #include "nvim/types.h" #include "nvim/vim.h" |