X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=crc%2Fmd5.c;h=ade4f69721c7668a644c3459828ba250992b3d41;hp=64fe48a9a432cad8afe96cfc72b88428cec1c43a;hb=3d2d14bcb844e72809192311369a642c5d415472;hpb=f99d67f932abef4b282a394200e90b3180f54802 diff --git a/crc/md5.c b/crc/md5.c index 64fe48a9..ade4f697 100644 --- a/crc/md5.c +++ b/crc/md5.c @@ -2,7 +2,6 @@ * Shamelessly lifted from the 2.6 kernel (crypto/md5.c) */ #include -#include #include "md5.h" static void md5_transform(uint32_t *hash, uint32_t const *in)