X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fsha1.c;h=08e68b3397083b4fba821b9e677f446ef90b209b;hb=0db6e10eac28f38bfc3b325b13ad95107c58ce1e;hp=5a547cbbafb3c0f34293a2e27c5bad714b2cffe7;hpb=9a4331736ce7bb6cb4b190facddc77963d859c02;p=libucw.git diff --git a/ucw/sha1.c b/ucw/sha1.c index 5a547cbb..08e68b33 100644 --- a/ucw/sha1.c +++ b/ucw/sha1.c @@ -11,9 +11,9 @@ * of the GNU Lesser General Public License. */ -#include "ucw/lib.h" -#include "ucw/sha1.h" -#include "ucw/unaligned.h" +#include +#include +#include #include @@ -288,7 +288,7 @@ sha1_hash_buffer(byte *outbuf, const byte *buffer, uns length) #include #include -#include "ucw/string.h" +#include int main(void) {