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:
Michael Reed 2015-08-25 21:30:49 -04:00
parent 2b4cbbebf4
commit 02740689a7

View File

@ -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