X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fctype%2Fisgraph.c;h=292d1983ec5b717e66e2db62afacb078a267fbbf;hb=e8aba58ab19a18f83d7f78e80d5e4f51e7e4e8a9;hp=a0aae08aabe69ae9eb70d832be044838d954cb7e;hpb=d89fdec51b5849ebdf8000ff1c2fb49878004f39;p=musl diff --git a/src/ctype/isgraph.c b/src/ctype/isgraph.c index a0aae08a..292d1983 100644 --- a/src/ctype/isgraph.c +++ b/src/ctype/isgraph.c @@ -1,5 +1,4 @@ #include -#include "libc.h" #undef isgraph int isgraph(int c)