X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth_cram.c;h=7e00d6c9cfb1703e004ad1d6ce028d49c495d0fe;hp=9ef4bb8025daca563481bb34b06922d26d0b98cd;hb=7d29626ce4e1fa932c6349c7253e6f774df069fc;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/imap/auth_cram.c b/imap/auth_cram.c index 9ef4bb8..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 */