X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fctype%2Fisalpha.c;h=a87a93759869df31a40374efe3c9e10b3b21d4a2;hb=dd5b6384712fb554bb6e291f2bbcdc9ec2f66554;hp=f155d3aa97048880a109a8838b79be1e946e2dc2;hpb=d89fdec51b5849ebdf8000ff1c2fb49878004f39;p=musl diff --git a/src/ctype/isalpha.c b/src/ctype/isalpha.c index f155d3aa..a87a9375 100644 --- a/src/ctype/isalpha.c +++ b/src/ctype/isalpha.c @@ -1,5 +1,4 @@ #include -#include "libc.h" #undef isalpha int isalpha(int c)