X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth_anon.c;h=47ccf40f767848d727ee7448605e880f09350cb2;hp=7ae029fb315789cb99821b1cb99feebd03e793ca;hb=2ce8de509852f47a90f834b3e8d047e054810309;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/imap/auth_anon.c b/imap/auth_anon.c index 7ae029f..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))) {