aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-08-12 21:16:28 +0800
committerGitHub <noreply@github.com>2022-08-12 21:16:28 +0800
commit342d18b91ec176c5e3aa6d32d439d01e6ac88ee6 (patch)
treed80917d2820d8ddaa81023f4bfd292bbfe88053e /src/nvim/ui.c
parentac78639de8b89104ee8a360a48ee31a7900fe830 (diff)
downloadrneovim-342d18b91ec176c5e3aa6d32d439d01e6ac88ee6.tar.gz
rneovim-342d18b91ec176c5e3aa6d32d439d01e6ac88ee6.tar.bz2
rneovim-342d18b91ec176c5e3aa6d32d439d01e6ac88ee6.zip
refactor: remove some unused includes (#19740)
Mostly avoids including eval.h, ex_cmds2.h and ex_docmd.h in other headers.
Diffstat (limited to 'src/nvim/ui.c')
-rw-r--r--src/nvim/ui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/ui.c b/src/nvim/ui.c
index 4fcfee1192..2cbdeb318b 100644
--- a/src/nvim/ui.c
+++ b/src/nvim/ui.c
@@ -14,7 +14,6 @@
#include "nvim/cursor_shape.h"
#include "nvim/diff.h"
#include "nvim/event/loop.h"
-#include "nvim/ex_cmds2.h"
#include "nvim/ex_getln.h"
#include "nvim/fold.h"
#include "nvim/garray.h"