X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mx%2Fhcache.c;h=a6aa68d4f3e64402156da8a32bf40e4e8009b096;hp=953e70f1e226aa175cce07bd04f5d8fc99cfa40d;hb=3242c00b2d3f7f1c1554bcebfb8a390fddea095f;hpb=8476307969a605bea67f6b702b0c1e7a52038bed diff --git a/lib-mx/hcache.c b/lib-mx/hcache.c index 953e70f..a6aa68d 100644 --- a/lib-mx/hcache.c +++ b/lib-mx/hcache.c @@ -28,11 +28,11 @@ #include #include +#include + #include "charset.h" #include "mutt.h" -#include -#include "mx.h" -#include "lib.h" +#include "hcache.h" struct header_cache { #if defined(HAVE_QDBM) @@ -368,10 +368,8 @@ static int generate_crc32 () crc = crc32(crc, (unsigned char const *) "USE_POP", m_strlen("USE_POP")); -#ifdef MIXMASTER crc = crc32(crc, (unsigned char const *) "MIXMASTER", m_strlen("MIXMASTER")); -#endif crc = crc32(crc, (unsigned char const *) "USE_IMAP", m_strlen("USE_IMAP"));