aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2021-12-10 23:38:00 +0100
committerGitHub <noreply@github.com>2021-12-10 23:38:00 +0100
commit3f8703093de56254ffdbf8ef6ddbe7942af54257 (patch)
tree3261cb4da5542e767c386129f436c21bdcf78be6 /src/nvim/ex_docmd.c
parent53c95ccd1bb63c89afca18f86d38aba26f5ec90d (diff)
parentdf54d82b7c98ae5b1608c56e0dc216d77ebb3101 (diff)
downloadrneovim-3f8703093de56254ffdbf8ef6ddbe7942af54257.tar.gz
rneovim-3f8703093de56254ffdbf8ef6ddbe7942af54257.tar.bz2
rneovim-3f8703093de56254ffdbf8ef6ddbe7942af54257.zip
Merge pull request #16607 from bfredl/no2misc1
refactor: get rid of misc1.c ("functions that didn't seem to fit elsewhere")
Diffstat (limited to 'src/nvim/ex_docmd.c')
-rw-r--r--src/nvim/ex_docmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_docmd.c b/src/nvim/ex_docmd.c
index 4c040bff7f..9f0f8d93a3 100644
--- a/src/nvim/ex_docmd.c
+++ b/src/nvim/ex_docmd.c
@@ -39,6 +39,7 @@
#include "nvim/globals.h"
#include "nvim/hardcopy.h"
#include "nvim/if_cscope.h"
+#include "nvim/input.h"
#include "nvim/keymap.h"
#include "nvim/lua/executor.h"
#include "nvim/main.h"
@@ -48,7 +49,6 @@
#include "nvim/memory.h"
#include "nvim/menu.h"
#include "nvim/message.h"
-#include "nvim/misc1.h"
#include "nvim/mouse.h"
#include "nvim/move.h"
#include "nvim/normal.h"