mirror of
https://github.com/neovim/neovim.git
synced 2026-01-17 10:38:57 +10:00
os/os-defs.h cleanup: Don't include <time.h>
Any files which need definitions from <time.h> should include it, not "os/os_defs.h".
This commit is contained in:
@@ -33,8 +33,6 @@
|
||||
# define SIGDUMMYARG
|
||||
#endif
|
||||
|
||||
# include <time.h>
|
||||
|
||||
#if defined(DIRSIZ) && !defined(MAXNAMLEN)
|
||||
# define MAXNAMLEN DIRSIZ
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user