mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +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:
@@ -74,10 +74,4 @@ struct u_header {
|
||||
#define UH_EMPTYBUF 0x02 // buffer was empty
|
||||
#define UH_RELOAD 0x04 // buffer was reloaded
|
||||
|
||||
/// Structure passed around between undofile functions.
|
||||
typedef struct {
|
||||
buf_T *bi_buf;
|
||||
FILE *bi_fp;
|
||||
} bufinfo_T;
|
||||
|
||||
#endif // NVIM_UNDO_DEFS_H
|
||||
|
Reference in New Issue
Block a user