diff options
Diffstat (limited to 'src/nvim/extmark.c')
-rw-r--r-- | src/nvim/extmark.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/extmark.c b/src/nvim/extmark.c index 17335d7a4b..d24b304270 100644 --- a/src/nvim/extmark.c +++ b/src/nvim/extmark.c @@ -26,11 +26,9 @@ // code for redrawing the line with the deleted decoration. #include <assert.h> -#include <sys/types.h> #include "nvim/api/private/defs.h" #include "nvim/api/private/helpers.h" -#include "nvim/buffer.h" #include "nvim/buffer_defs.h" #include "nvim/buffer_updates.h" #include "nvim/decoration.h" |