aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/executor.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-05-13 10:40:53 +0800
committerGitHub <noreply@github.com>2023-05-13 10:40:53 +0800
commit6a273af10517d1f7e4ea85635f1d25a9158adeb5 (patch)
tree58236cf1b3288713603bfabedecd0f3399aca47f /src/nvim/lua/executor.h
parentf76e1ac92eda9cb364a9de49422b45a035256ca6 (diff)
downloadrneovim-6a273af10517d1f7e4ea85635f1d25a9158adeb5.tar.gz
rneovim-6a273af10517d1f7e4ea85635f1d25a9158adeb5.tar.bz2
rneovim-6a273af10517d1f7e4ea85635f1d25a9158adeb5.zip
refactor: remove typval.h from most header files (#23601)
Because typval_defs.h is enough for most of them.
Diffstat (limited to 'src/nvim/lua/executor.h')
-rw-r--r--src/nvim/lua/executor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/lua/executor.h b/src/nvim/lua/executor.h
index c6747833e5..7e16c0f45c 100644
--- a/src/nvim/lua/executor.h
+++ b/src/nvim/lua/executor.h
@@ -8,7 +8,7 @@
#include "nvim/api/private/defs.h"
#include "nvim/api/private/helpers.h"
#include "nvim/assert.h"
-#include "nvim/eval/typval.h"
+#include "nvim/eval/typval_defs.h"
#include "nvim/ex_cmds_defs.h"
#include "nvim/func_attr.h"
#include "nvim/lua/converter.h"