aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-08-17 22:18:34 +0800
committerGitHub <noreply@github.com>2022-08-17 22:18:34 +0800
commitf7cfca49d6f1380b2ec0b0f7723ea308d0810857 (patch)
treef820b9f500101b3df82cd9e17ec6bbd2f2212640 /src/nvim/ui.c
parentf5588ee8968c564f6f7b0e42ac0ad44f83489659 (diff)
downloadrneovim-f7cfca49d6f1380b2ec0b0f7723ea308d0810857.tar.gz
rneovim-f7cfca49d6f1380b2ec0b0f7723ea308d0810857.tar.bz2
rneovim-f7cfca49d6f1380b2ec0b0f7723ea308d0810857.zip
refactor: remove some unused includes (#19820)
Replace grid.h in screen.h and screen.h in buffer.h with grid_defs.h
Diffstat (limited to 'src/nvim/ui.c')
-rw-r--r--src/nvim/ui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/ui.c b/src/nvim/ui.c
index be0dda0a2f..1dce61a0c0 100644
--- a/src/nvim/ui.c
+++ b/src/nvim/ui.c
@@ -17,6 +17,7 @@
#include "nvim/ex_getln.h"
#include "nvim/fold.h"
#include "nvim/garray.h"
+#include "nvim/grid.h"
#include "nvim/highlight.h"
#include "nvim/log.h"
#include "nvim/main.h"