diff --git a/src/core/os.c b/src/core/os.c index bf766487..fd5632f1 100644 --- a/src/core/os.c +++ b/src/core/os.c @@ -63,12 +63,6 @@ extern char **environ; #endif #endif -/* For macos */ -#ifdef JANET_APPLE -#include -#include -#endif - /* Not POSIX, but all Unixes but Solaris have this function. */ #if defined(JANET_POSIX) && !defined(__sun) time_t timegm(struct tm *tm);