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:
zeertzjq
2022-08-13 08:59:11 +08:00
committed by GitHub
parent e23c5fda0a
commit 6f14c5d2dd
23 changed files with 22 additions and 21 deletions

View File

@@ -9,10 +9,10 @@
#endif
#include "nvim/ascii.h"
#include "nvim/autocmd.h"
#include "nvim/eval.h"
#include "nvim/event/loop.h"
#include "nvim/event/signal.h"
#include "nvim/fileio.h"
#include "nvim/globals.h"
#include "nvim/log.h"
#include "nvim/main.h"