diff options
Diffstat (limited to 'src/nvim/cursor_shape.h')
-rw-r--r-- | src/nvim/cursor_shape.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/cursor_shape.h b/src/nvim/cursor_shape.h index 1d4e1796f6..4c1d6d4eec 100644 --- a/src/nvim/cursor_shape.h +++ b/src/nvim/cursor_shape.h @@ -1,7 +1,7 @@ #pragma once -#include "nvim/api/private/defs.h" -#include "nvim/types.h" +#include "nvim/api/private/defs.h" // IWYU pragma: keep +#include "nvim/memory_defs.h" // IWYU pragma: keep /// struct to store values from 'guicursor' and 'mouseshape' /// Indexes in shape_table[] |