reduce spurious inclusion of libc.h
[musl] / src / time / strftime.c
index ba18a27..cc53d53 100644 (file)
@@ -6,7 +6,6 @@
 #include <time.h>
 #include <limits.h>
 #include "locale_impl.h"
-#include "libc.h"
 #include "time_impl.h"
 
 static int is_leap(int y)