aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/executor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/eval/executor.h')
-rw-r--r--src/nvim/eval/executor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval/executor.h b/src/nvim/eval/executor.h
index 42abf77f4a..e8bf147245 100644
--- a/src/nvim/eval/executor.h
+++ b/src/nvim/eval/executor.h
@@ -1,7 +1,7 @@
#ifndef NVIM_EVAL_EXECUTOR_H
#define NVIM_EVAL_EXECUTOR_H
-#include "nvim/eval/typval.h"
+#include "nvim/eval/typval_defs.h"
extern char *e_list_index_out_of_range_nr;