Simplify sidebar code
[apps/madmutt.git] / lib-ui / complete.c
index 06e70c3..ded2862 100644 (file)
@@ -7,20 +7,11 @@
  * please see the file GPL in the top level source directory.
  */
 
-#if HAVE_CONFIG_H
-# include "config.h"
-#endif
-
-#include <dirent.h>
-#include <string.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <errno.h>
-
 #include <lib-lib/lib-lib.h>
 
 #include "mutt.h"
 #include "mx.h"
+#include "curses.h"
 #include <imap/imap.h>
 #ifdef USE_NNTP
 #include <nntp/nntp.h>