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
|
# define SIGDUMMYARG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
# include <time.h>
|
|
||||||
|
|
||||||
#if defined(DIRSIZ) && !defined(MAXNAMLEN)
|
#if defined(DIRSIZ) && !defined(MAXNAMLEN)
|
||||||
# define MAXNAMLEN DIRSIZ
|
# define MAXNAMLEN DIRSIZ
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user