From f7cfca49d6f1380b2ec0b0f7723ea308d0810857 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Wed, 17 Aug 2022 22:18:34 +0800 Subject: refactor: remove some unused includes (#19820) Replace grid.h in screen.h and screen.h in buffer.h with grid_defs.h --- src/nvim/popupmnu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/popupmnu.c') diff --git a/src/nvim/popupmnu.c b/src/nvim/popupmnu.c index 6cab847528..f8828b42ed 100644 --- a/src/nvim/popupmnu.c +++ b/src/nvim/popupmnu.c @@ -16,6 +16,7 @@ #include "nvim/edit.h" #include "nvim/eval/typval.h" #include "nvim/ex_cmds.h" +#include "nvim/grid.h" #include "nvim/insexpand.h" #include "nvim/memline.h" #include "nvim/memory.h" -- cgit