aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-11-28 10:47:22 +0800
committerGitHub <noreply@github.com>2023-11-28 10:47:22 +0800
commit1a8f60c7d2699826b51f23b040b83b1d96a14930 (patch)
treef75a8679c9991a47b6f637c4cd7fb2f771aa6508 /src/nvim/eval.h
parent3a3474371b6b87e630e7aa217e7860e9154cd563 (diff)
downloadrneovim-1a8f60c7d2699826b51f23b040b83b1d96a14930.tar.gz
rneovim-1a8f60c7d2699826b51f23b040b83b1d96a14930.tar.bz2
rneovim-1a8f60c7d2699826b51f23b040b83b1d96a14930.zip
refactor: move hashtab types to hashtab_defs.h (#26262)
Diffstat (limited to 'src/nvim/eval.h')
-rw-r--r--src/nvim/eval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval.h b/src/nvim/eval.h
index 8d2e34b842..b4d6c34405 100644
--- a/src/nvim/eval.h
+++ b/src/nvim/eval.h
@@ -11,7 +11,7 @@
#include "nvim/event/time.h"
#include "nvim/ex_cmds_defs.h"
#include "nvim/globals.h"
-#include "nvim/hashtab.h"
+#include "nvim/hashtab_defs.h"
#include "nvim/macros.h"
#include "nvim/os/fileio.h"
#include "nvim/os/stdpaths_defs.h"