diff options
Diffstat (limited to 'src/nvim/grid.h')
-rw-r--r-- | src/nvim/grid.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |