aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
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/buffer_defs.h
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/buffer_defs.h')
-rw-r--r--src/nvim/buffer_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h
index 38f701ea7d..c7a300a5a6 100644
--- a/src/nvim/buffer_defs.h
+++ b/src/nvim/buffer_defs.h
@@ -30,7 +30,7 @@ typedef struct {
#include "nvim/option_defs.h"
// for jump list and tag stack sizes in a buffer and mark types
#include "nvim/mark_defs.h"
-// for u_header_T; needs buf_T.
+// for u_header_T
#include "nvim/undo_defs.h"
// for hashtab_T
#include "nvim/hashtab.h"