mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 14:56:08 +00:00
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
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user