reduce spurious inclusion of libc.h
[musl] / src / ctype / isgraph.c
index a0aae08..292d198 100644 (file)
@@ -1,5 +1,4 @@
 #include <ctype.h>
-#include "libc.h"
 #undef isgraph
 
 int isgraph(int c)