X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=attach.c;h=118edfa5591f5796c54b87eea88a15da3035e64a;hp=a66665c788307ac144ab07bef88c8cea31c515a8;hb=71c287c8c863d235517bf19ddf1834a833a324ce;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/attach.c b/attach.c index a66665c..118edfa 100644 --- a/attach.c +++ b/attach.c @@ -8,27 +8,13 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include -#include -#include -#include -#include -#include -#include - #include #include - #include - #include #include +#include #include "mutt.h" #include "handler.h" @@ -36,7 +22,6 @@ #include "keymap.h" #include "pager.h" #include "copy.h" -#include "mx.h" #include int mutt_get_tmp_attachment (BODY * a)