reduce spurious inclusion of libc.h
[musl] / src / ctype / tolower.c
index 362d6b2..f10132e 100644 (file)
@@ -1,5 +1,4 @@
 #include <ctype.h>
-#include "libc.h"
 
 int tolower(int c)
 {