aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/private/helpers.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-08-13 08:59:11 +0800
committerGitHub <noreply@github.com>2022-08-13 08:59:11 +0800
commit6f14c5d2ddbefea51920762769eec217d19a9ed9 (patch)
treea599db91592f2118dff8db9d15908ccff36003d8 /src/nvim/api/private/helpers.c
parente23c5fda0a3fe385af615372c474d4dad3b74464 (diff)
downloadrneovim-6f14c5d2ddbefea51920762769eec217d19a9ed9.tar.gz
rneovim-6f14c5d2ddbefea51920762769eec217d19a9ed9.tar.bz2
rneovim-6f14c5d2ddbefea51920762769eec217d19a9ed9.zip
refactor: remove some unused includes (#19747)
- Remove autocmd.h from fileio.h - Remove normal.h from main.h - Move bufinfo_T from undo_defs.h to undo.c
Diffstat (limited to 'src/nvim/api/private/helpers.c')
-rw-r--r--src/nvim/api/private/helpers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/api/private/helpers.c b/src/nvim/api/private/helpers.c
index 315df72a53..c466fc53e1 100644
--- a/src/nvim/api/private/helpers.c
+++ b/src/nvim/api/private/helpers.c
@@ -21,7 +21,6 @@
#include "nvim/ex_cmds_defs.h"
#include "nvim/ex_eval.h"
#include "nvim/extmark.h"
-#include "nvim/fileio.h"
#include "nvim/highlight_group.h"
#include "nvim/lib/kvec.h"
#include "nvim/lua/executor.h"