diff options
Diffstat (limited to 'src/nvim/memfile.c')
-rw-r--r-- | src/nvim/memfile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/memfile.c b/src/nvim/memfile.c index 6e94d7392a..b2783736e1 100644 --- a/src/nvim/memfile.c +++ b/src/nvim/memfile.c @@ -44,7 +44,6 @@ /// mf_fullname() make file name full path (use before first :cd) #include <assert.h> -#include <errno.h> #include <inttypes.h> #include <limits.h> #include <string.h> |