mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 19:36:40 +00:00
Remove unnecessary includes for errno.h
This commit is contained in:

committed by
Michael Reed

parent
5361dedc77
commit
4f24b9e06f
@@ -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>
|
||||
|
Reference in New Issue
Block a user