sort out some prototypes, put them where they belong.
[apps/madmutt.git] / imap / mx_imap.c
index 1c4358f..0ee9d63 100644 (file)
@@ -9,10 +9,7 @@
 
 #include <sys/stat.h>
 
-#include <lib-lib/mem.h>
-#include <lib-lib/file.h>
-#include <lib-lib/str.h>
-#include <lib-lib/url.h>
+#include <lib-lib/lib-lib.h>
 
 #include "mutt.h"
 #include "imap_private.h"
@@ -20,8 +17,6 @@
 #include "mx.h"
 #include "mx_imap.h"
 
-
-
 int imap_is_magic (const char* path, struct stat* st __attribute__ ((unused))) {
   url_scheme_t s;
   if (!path || !*path)