X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=compose.c;h=c1a0de496620cac916d229e8abf4b289f1224be2;hp=c06f2fd5d88254e7ecdcbab80c93b96e10d61e4d;hb=031280cca515ce7949dfef0c6c8265c6112b1e34;hpb=f779db722043d8c6767149a9afef8c10159516f5 diff --git a/compose.c b/compose.c index c06f2fd..c1a0de4 100644 --- a/compose.c +++ b/compose.c @@ -20,6 +20,7 @@ #include #include #include +#include #include "mutt.h" #include "alias.h" @@ -28,7 +29,6 @@ #include "recvattach.h" #include "sort.h" #include "charset.h" -#include "mx.h" #include "buffy.h" #ifdef MIXMASTER @@ -36,7 +36,7 @@ #endif #ifdef USE_NNTP -#include "nntp.h" +#include #endif static const char *There_are_no_attachments = N_("There are no attachments.");