X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth_anon.c;h=47ccf40f767848d727ee7448605e880f09350cb2;hp=16ef189e72ec19b345b82b12cd782c95feabcacc;hb=f288d1771c814e6104da83e6f0f1761a40de1224;hpb=23e6291cb5d5b4cd2008403d8b628007fd75ff23 diff --git a/imap/auth_anon.c b/imap/auth_anon.c index 16ef189..47ccf40 100644 --- a/imap/auth_anon.c +++ b/imap/auth_anon.c @@ -9,16 +9,12 @@ /* IMAP login/authentication code */ -#if HAVE_CONFIG_H -# include "config.h" -#endif +#include #include "mutt.h" #include "imap_private.h" #include "auth.h" -#include - /* this is basically a stripped-down version of the cram-md5 method. */ imap_auth_res_t imap_auth_anon (IMAP_DATA * idata, const char *method __attribute__ ((unused))) {