rationnalize includes a lot:
[apps/madmutt.git] / imap / auth_anon.c
index 7ae029f..47ccf40 100644 (file)
@@ -9,16 +9,12 @@
 
 /* IMAP login/authentication code */
 
-#if HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include <lib-lib/lib-lib.h>
 
 #include "mutt.h"
 #include "imap_private.h"
 #include "auth.h"
 
-#include <lib-lib/lib-lib.h>
-
 /* 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)))
 {