From f4aedbae4cb1f206f5b7c6142697b71dd473059b Mon Sep 17 00:00:00 2001 From: dundargoc Date: Mon, 27 Nov 2023 18:39:38 +0100 Subject: build(IWYU): fix includes for undo_defs.h --- src/nvim/grid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/grid.h') diff --git a/src/nvim/grid.h b/src/nvim/grid.h index 0a0fe68cde..565fd02806 100644 --- a/src/nvim/grid.h +++ b/src/nvim/grid.h @@ -8,7 +8,7 @@ #include "nvim/grid_defs.h" // IWYU pragma: export #include "nvim/macros.h" #include "nvim/mbyte.h" -#include "nvim/pos.h" +#include "nvim/pos_defs.h" /// By default, all windows are drawn on a single rectangular grid, represented by /// this ScreenGrid instance. In multigrid mode each window will have its own -- cgit