X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=thread.c;h=09bd9159da9845c3c9f5405195b3f61352339b19;hp=ed690f25888d2d31f206e48360148305147eaf39;hb=37bbc8dcb3e9c795bd04ccfc5ac59f9810908c3c;hpb=108f3c7ab59844591f7540347914ea57be5245e2 diff --git a/thread.c b/thread.c index ed690f2..09bd915 100644 --- a/thread.c +++ b/thread.c @@ -7,21 +7,12 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include +#include #include "mutt.h" #include "sort.h" #include "thread.h" - -#include -#include - #define VISIBLE(hdr, ctx) (hdr->virtual >= 0 || (hdr->collapsed && (!ctx->pattern || hdr->limited))) /* determine whether a is a descendant of b */