X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstring%2Fstpcpy.c;h=54cf9ca52746c9ca51b7ba23c22ced2277b3018e;hb=84d061d5a31c9c773e29e1e2b1ffe8cb9557bc58;hp=06623c4491c4f6ebb26d7a7c664c06a4a3f54f9f;hpb=571744447c23f91feb6439948f3a619aca850dfb;p=musl diff --git a/src/string/stpcpy.c b/src/string/stpcpy.c index 06623c44..54cf9ca5 100644 --- a/src/string/stpcpy.c +++ b/src/string/stpcpy.c @@ -1,7 +1,6 @@ #include #include #include -#include "libc.h" #define ALIGN (sizeof(size_t)) #define ONES ((size_t)-1/UCHAR_MAX)