refactor: remove some unused includes (#19820)

Replace grid.h in screen.h and screen.h in buffer.h with grid_defs.h
This commit is contained in:
zeertzjq
2022-08-17 22:18:34 +08:00
committed by GitHub
parent f5588ee896
commit f7cfca49d6
23 changed files with 24 additions and 8 deletions

View File

@@ -14,6 +14,7 @@
#include "nvim/ascii.h"
#include "nvim/buffer.h"
#include "nvim/charset.h"
#include "nvim/grid.h"
#include "nvim/iconv.h"
#include "nvim/lua/executor.h"
#include "nvim/memline.h"