X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fmd5.c;h=ee8e206bc24c74563aeb801f5e5c9919d87d6177;hb=8f1823747019e07d0eaafe3af1feaf442b1098da;hp=e692bf844d82ed295b38e0e38b2f5ff09044d007;hpb=1cf8ac51f5495ccd5187dc220ffc69e95d6e0cfc;p=libucw.git diff --git a/ucw/md5.c b/ucw/md5.c index e692bf84..ee8e206b 100644 --- a/ucw/md5.c +++ b/ucw/md5.c @@ -15,8 +15,8 @@ * will fill a supplied 16-byte array with the digest. */ -#include "ucw/lib.h" -#include "ucw/md5.h" +#include +#include #include /* for memcpy() */