X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fauth_cram.c;h=7e00d6c9cfb1703e004ad1d6ce028d49c495d0fe;hb=61c6367b9a56cf1b8180debf8a77af7300407504;hp=7728526fab4fb79cc43598a058a28c81fd6404dc;hpb=23e6291cb5d5b4cd2008403d8b628007fd75ff23;p=apps%2Fmadmutt.git diff --git a/imap/auth_cram.c b/imap/auth_cram.c index 7728526..7e00d6c 100644 --- a/imap/auth_cram.c +++ b/imap/auth_cram.c @@ -9,9 +9,7 @@ /* IMAP login/authentication code */ -#if HAVE_CONFIG_H -# include "config.h" -#endif +#include #include "mutt.h" #include "imap_private.h" @@ -20,7 +18,6 @@ #define MD5_BLOCK_LEN 64 #define MD5_DIGEST_LEN 16 -#include #include /* forward declarations */