diff --git a/core/hash/md5.c b/core/hash/md5.c index 794eb59..58d0ae2 100644 --- a/core/hash/md5.c +++ b/core/hash/md5.c @@ -4,10 +4,10 @@ #include "hash.h" #include -#include #include #include #include +#include #define F(x, y, z) (z ^ (x & (y ^ z))) #define G(x, y, z) (y ^ (z & (x ^ y)))