X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fimap.c;h=3bb4f8ace143714276f190e7c8e5cdfb4e5b22d6;hb=d776c6c67b63e05bd052fcedf77e9147560e83af;hp=9f356ba7af011a4ab381762f43b3e52c7953ac24;hpb=23e6291cb5d5b4cd2008403d8b628007fd75ff23;p=apps%2Fmadmutt.git diff --git a/imap/imap.c b/imap/imap.c index 9f356ba..3bb4f8a 100644 --- a/imap/imap.c +++ b/imap/imap.c @@ -11,14 +11,7 @@ /* Support for IMAP4rev1, with the occasional nod to IMAP 4. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include -#include -#include +#include #include "mutt.h" #include "mx.h" @@ -32,15 +25,6 @@ #endif #include "buffy.h" -#include - -#include -#include -#include -#include -#include -#include - /* imap forward declarations */ static int imap_get_delim (IMAP_DATA * idata); static char *imap_get_flags (string_list_t ** hflags, char *s);