Remove unneeded includes

This commit is contained in:
Jason Pepas 2022-03-21 21:28:13 -05:00
parent ab910d060b
commit e9870b293f
1 changed files with 0 additions and 6 deletions

View File

@ -63,12 +63,6 @@ extern char **environ;
#endif
#endif
/* For macos */
#ifdef JANET_APPLE
#include <mach/clock.h>
#include <mach/mach.h>
#endif
/* Not POSIX, but all Unixes but Solaris have this function. */
#if defined(JANET_POSIX) && !defined(__sun)
time_t timegm(struct tm *tm);