include cleanups: remove unused headers and add feature test macros
[musl] / src / time / mktime.c
index ef1fb42..0ab4780 100644 (file)
@@ -1,7 +1,5 @@
 #include "time_impl.h"
 #include <errno.h>
-#include <stdlib.h>
-#include <string.h>
 
 time_t mktime(struct tm *tm)
 {