reduce spurious inclusion of libc.h
[musl] / src / time / gmtime_r.c
index e529799..22aec2c 100644 (file)
@@ -1,6 +1,5 @@
 #include "time_impl.h"
 #include <errno.h>
-#include "libc.h"
 
 struct tm *__gmtime_r(const time_t *restrict t, struct tm *restrict tm)
 {