aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-11-30 22:48:15 +0800
committerGitHub <noreply@github.com>2023-11-30 22:48:15 +0800
commita6f26c86cb74222fe2449f8a035f29b0ee45c98e (patch)
treef1aaea14334440a65d7307ec9f4acb614129679d /src/nvim/ex_cmds.c
parent884a83049b2c33e2b3b6cc5c9c7f6bf820b24a3d (diff)
downloadrneovim-a6f26c86cb74222fe2449f8a035f29b0ee45c98e.tar.gz
rneovim-a6f26c86cb74222fe2449f8a035f29b0ee45c98e.tar.bz2
rneovim-a6f26c86cb74222fe2449f8a035f29b0ee45c98e.zip
refactor(IWYU): fix includes for cmdhist.h (#26324)
Diffstat (limited to 'src/nvim/ex_cmds.c')
-rw-r--r--src/nvim/ex_cmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/ex_cmds.c b/src/nvim/ex_cmds.c
index c0aca071e2..2c51d64972 100644
--- a/src/nvim/ex_cmds.c
+++ b/src/nvim/ex_cmds.c
@@ -25,6 +25,7 @@
#include "nvim/change.h"
#include "nvim/channel.h"
#include "nvim/charset.h"
+#include "nvim/cmdexpand_defs.h"
#include "nvim/cmdhist.h"
#include "nvim/cursor.h"
#include "nvim/decoration.h"