X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=compose.c;h=a37955e1498cfef6b37ed8a2d32d2f2ab99a6de5;hp=538d5ad5d72c3cee7f8c66e223643b494467e5eb;hb=18da1add170065091118e7379b58d1e385faf0cd;hpb=dbb9a1e16d03a2d4664d6dc6a30c721b889d4982 diff --git a/compose.c b/compose.c index 538d5ad..a37955e 100644 --- a/compose.c +++ b/compose.c @@ -15,20 +15,29 @@ # include "config.h" #endif +#include +#include +#include +#include +#include +#include + #include #include #include #include #include +#include + #include #include +#include +#include #include "mutt.h" -#include "enter.h" #include "mutt_idna.h" -#include "mutt_menu.h" #include "rfc1524.h" #include "attach.h" #include "recvattach.h" @@ -46,14 +55,6 @@ #include "nntp.h" #endif - -#include -#include -#include -#include -#include -#include - static const char *There_are_no_attachments = N_("There are no attachments."); #define CHECK_COUNT if (idxlen == 0) { mutt_error _(There_are_no_attachments); break; }