aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/stdlib.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-08-12 19:16:24 +0800
committerGitHub <noreply@github.com>2022-08-12 19:16:24 +0800
commitf79773a3b4b3ce5a3b37652a72b12089880f32a4 (patch)
treef86eb1b3bf90d13844a7b2c43065e380ffd1bb13 /src/nvim/lua/stdlib.c
parent1cf3a4b4095913ff9a241c07294af74e573eed54 (diff)
downloadrneovim-f79773a3b4b3ce5a3b37652a72b12089880f32a4.tar.gz
rneovim-f79773a3b4b3ce5a3b37652a72b12089880f32a4.tar.bz2
rneovim-f79773a3b4b3ce5a3b37652a72b12089880f32a4.zip
refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)
This avoids including ex_eval.h in any other header, thus preventing future circular includes.
Diffstat (limited to 'src/nvim/lua/stdlib.c')
-rw-r--r--src/nvim/lua/stdlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/lua/stdlib.c b/src/nvim/lua/stdlib.c
index 6ba0056f48..f9592919ea 100644
--- a/src/nvim/lua/stdlib.c
+++ b/src/nvim/lua/stdlib.c
@@ -20,6 +20,7 @@
#include "nvim/event/loop.h"
#include "nvim/event/time.h"
#include "nvim/ex_cmds2.h"
+#include "nvim/ex_eval.h"
#include "nvim/ex_getln.h"
#include "nvim/extmark.h"
#include "nvim/func_attr.h"