X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fctype%2Fisupper.c;h=bfd15acdbe5291551a557d1a94980ae99e6e1024;hb=d493206de7df4db07ad34f24701539ba0a6ed38c;hp=68c36f4a424f25c57651007adda7f84d1563c9a1;hpb=d89fdec51b5849ebdf8000ff1c2fb49878004f39;p=musl diff --git a/src/ctype/isupper.c b/src/ctype/isupper.c index 68c36f4a..bfd15acd 100644 --- a/src/ctype/isupper.c +++ b/src/ctype/isupper.c @@ -1,5 +1,4 @@ #include -#include "libc.h" #undef isupper int isupper(int c)