aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/move.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-12-23 08:28:17 +0800
committerGitHub <noreply@github.com>2023-12-23 08:28:17 +0800
commit242261d4e77806cdb4559c2be58613113a393a4e (patch)
tree9a6a6e1ded19514fe118833d2698532811691d0b /src/nvim/move.c
parent0c3d2a7fd99d6171fad81cc8b010281b1cd1c3e0 (diff)
downloadrneovim-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.c1
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"