mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +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:
@@ -2,7 +2,6 @@
|
||||
#define NVIM_MAIN_H
|
||||
|
||||
#include "nvim/event/loop.h"
|
||||
#include "nvim/normal.h"
|
||||
|
||||
// Maximum number of commands from + or -c arguments.
|
||||
#define MAX_ARG_CMDS 10
|
||||
|
Reference in New Issue
Block a user