mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +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:
@@ -1,7 +1,6 @@
|
||||
#ifndef NVIM_FILEIO_H
|
||||
#define NVIM_FILEIO_H
|
||||
|
||||
#include "nvim/autocmd.h"
|
||||
#include "nvim/buffer_defs.h"
|
||||
#include "nvim/eval/typval.h"
|
||||
#include "nvim/garray.h"
|
||||
|
Reference in New Issue
Block a user