mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
2b4cbbebf4
commit
02740689a7
@ -33,8 +33,6 @@
|
||||
# define SIGDUMMYARG
|
||||
#endif
|
||||
|
||||
# include <time.h>
|
||||
|
||||
#if defined(DIRSIZ) && !defined(MAXNAMLEN)
|
||||
# define MAXNAMLEN DIRSIZ
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user