X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth_anon.c;h=7c2dfbaf04112977dff7d68b466d6ab070d8a0e9;hp=fc6d401d43c11aa878927bc22e0bc3c980222e67;hb=ac813896ca32d850febc2d95065ac4fa040f11f9;hpb=814a01519c9605d479201b99eb16c97b0ad8635d;ds=sidebyside diff --git a/imap/auth_anon.c b/imap/auth_anon.c index fc6d401..7c2dfba 100644 --- a/imap/auth_anon.c +++ b/imap/auth_anon.c @@ -17,8 +17,8 @@ #include "imap_private.h" #include "auth.h" -#include "lib/intl.h" -#include "lib/debug.h" +#include +#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)