rationnalize includes a lot:
[apps/madmutt.git] / lib-hash / sha1.c
index 4a5bedb..90a16db 100644 (file)
  34AA973C D4C4DAA4 F61EEB2B DBAD2731 6534016F
 */
 
+#include <lib-lib/lib-lib.h>
 #define SHA1HANDSOFF
 
-#if HAVE_CONFIG_H
-# include "config.h"
-#endif
-
-#include <string.h>
-
 #include "sha1.h"
 
 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits))))