ncurse 4.2 hahaha \o/
[apps/madmutt.git] / compress.c
index 01be9d3..dcf6143 100644 (file)
 #include <lib-lib/macros.h>
 #include <lib-lib/file.h>
 
-#include "mutt.h"
+#include <lib-ui/curses.h>
 
-#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 */