X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=account.c;h=c9ac175722e557cb6fdbd2b7369bd0e7f6bd857f;hb=32962d1bbc4260395f7afa183e980a4d4dc3f990;hp=800fdd45752a29c39013cd5020a493d160dde12f;hpb=b8c71f93b0296f815a6538182343ba67e88c0012;p=apps%2Fmadmutt.git diff --git a/account.c b/account.c index 800fdd4..c9ac175 100644 --- a/account.c +++ b/account.c @@ -9,20 +9,12 @@ /* remote host account manipulation (POP/IMAP) */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#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)