diff options
Diffstat (limited to 'src/nvim/extmark.c')
-rw-r--r-- | src/nvim/extmark.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/extmark.c b/src/nvim/extmark.c index dd32bdbea7..ff9fa55388 100644 --- a/src/nvim/extmark.c +++ b/src/nvim/extmark.c @@ -26,7 +26,6 @@ // 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" |