diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-12-23 08:28:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-23 08:28:17 +0800 |
commit | 242261d4e77806cdb4559c2be58613113a393a4e (patch) | |
tree | 9a6a6e1ded19514fe118833d2698532811691d0b /src/nvim/move.c | |
parent | 0c3d2a7fd99d6171fad81cc8b010281b1cd1c3e0 (diff) | |
download | rneovim-242261d4e77806cdb4559c2be58613113a393a4e.tar.gz rneovim-242261d4e77806cdb4559c2be58613113a393a4e.tar.bz2 rneovim-242261d4e77806cdb4559c2be58613113a393a4e.zip |
refactor(IWYU): move evalarg_T to eval_defs.h (#26716)
Diffstat (limited to 'src/nvim/move.c')
-rw-r--r-- | src/nvim/move.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/move.c b/src/nvim/move.c index c4f8eca493..d7bd18f23b 100644 --- a/src/nvim/move.c +++ b/src/nvim/move.c @@ -40,7 +40,6 @@ #include "nvim/popupmenu.h" #include "nvim/pos_defs.h" #include "nvim/search.h" -#include "nvim/sign_defs.h" #include "nvim/strings.h" #include "nvim/types_defs.h" #include "nvim/vim_defs.h" |