aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds2.h
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/ex_cmds2.h
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/ex_cmds2.h')
-rw-r--r--src/nvim/ex_cmds2.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/ex_cmds2.h b/src/nvim/ex_cmds2.h
index 95433fde90..e454a30028 100644
--- a/src/nvim/ex_cmds2.h
+++ b/src/nvim/ex_cmds2.h
@@ -3,8 +3,7 @@
#include <stdbool.h>
-#include "nvim/ex_docmd.h"
-#include "nvim/runtime.h"
+#include "nvim/ex_cmds_defs.h"
//
// flags for check_changed()