diff options
author | dedmass <carlo.abelli@gmail.com> | 2017-04-04 20:30:32 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-08 04:09:32 +0200 |
commit | fd8f18bce25e6dcc66dec1fa4870a7ca5c106dec (patch) | |
tree | 08de49bc33018f6844a859a1ef59479c5150cbc8 /src/nvim/cursor_shape.h | |
parent | fd4b34af471b3ec485ad82d8e7c47b09d7e90a48 (diff) | |
download | rneovim-fd8f18bce25e6dcc66dec1fa4870a7ca5c106dec.tar.gz rneovim-fd8f18bce25e6dcc66dec1fa4870a7ca5c106dec.tar.bz2 rneovim-fd8f18bce25e6dcc66dec1fa4870a7ca5c106dec.zip |
refactor/single-include: cursor_shape.h #6442
Diffstat (limited to 'src/nvim/cursor_shape.h')
-rw-r--r-- | src/nvim/cursor_shape.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/cursor_shape.h b/src/nvim/cursor_shape.h index 0006ede31d..7cf65cba3c 100644 --- a/src/nvim/cursor_shape.h +++ b/src/nvim/cursor_shape.h @@ -1,6 +1,9 @@ #ifndef NVIM_CURSOR_SHAPE_H #define NVIM_CURSOR_SHAPE_H +#include "nvim/types.h" +#include "nvim/api/private/defs.h" + /// struct to store values from 'guicursor' and 'mouseshape' /// Indexes in shape_table[] typedef enum { |