X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=account.c;h=73a036ac271f61b1b110a5ca22bc0b4740284230;hp=c4eb50223ff1f4c4bf917a278f3ffee7319e9ee0;hb=d8aeb41018aaf2f85fbd937278ffdd94164e236e;hpb=ecfcc6df70230ba136c2fb3843700ecb749c41b7 diff --git a/account.c b/account.c index c4eb502..73a036a 100644 --- a/account.c +++ b/account.c @@ -9,21 +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 "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)