X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fmd5.c;h=ee8e206bc24c74563aeb801f5e5c9919d87d6177;hb=7649cdd07fb6a54b190c8d0ef067c7af014c6c7d;hp=e692bf844d82ed295b38e0e38b2f5ff09044d007;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;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() */