X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=compress.c;h=dcf614314bda56130574a9303922bcf504074846;hp=01be9d3d6e5b2c43dec930182537bbdccde9122a;hb=ecfcc6df70230ba136c2fb3843700ecb749c41b7;hpb=ae0ce4dfcafa0c3820f107c5bfa8bd06e5272b57 diff --git a/compress.c b/compress.c index 01be9d3..dcf6143 100644 --- a/compress.c +++ b/compress.c @@ -12,13 +12,12 @@ #include #include -#include "mutt.h" +#include -#ifdef USE_COMPRESSED +#include "mutt.h" #include "mx.h" #include "mbox.h" -#include "mutt_curses.h" #include "lib/debug.h" @@ -487,5 +486,3 @@ mx_t* compress_reg_mx (void) { fmt->mx_open_mailbox = mutt_open_read_compressed; return (fmt); } - -#endif /* USE_COMPRESSED */