X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=account.c;h=73a036ac271f61b1b110a5ca22bc0b4740284230;hp=800fdd45752a29c39013cd5020a493d160dde12f;hb=d8aeb41018aaf2f85fbd937278ffdd94164e236e;hpb=b8c71f93b0296f815a6538182343ba67e88c0012 diff --git a/account.c b/account.c index 800fdd4..73a036a 100644 --- a/account.c +++ b/account.c @@ -9,20 +9,11 @@ /* remote host account manipulation (POP/IMAP) */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include -#include -#include +#include +#include #include "mutt.h" -#include "enter.h" #include "account.h" -#include "url.h" - /* mutt_account_match: compare account info (host/port/user/login) */ int mutt_account_match (const ACCOUNT * a1, const ACCOUNT * a2)