sort out some prototypes, put them where they belong.
[apps/madmutt.git] / nntp / mx_nntp.c
index 84a9d64..20d55d8 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <sys/stat.h>
 
-#include <lib-lib/mem.h>
+#include <lib-lib/lib-lib.h>
 
 #include "mutt.h"
 #include "nntp.h"
@@ -17,9 +17,7 @@
 #include "mx.h"
 #include "mx_nntp.h"
 
-#include "lib/str.h"
 
-#include "url.h"
 
 static int nntp_is_magic (const char* path, struct stat* st) {
   url_scheme_t s = url_check_scheme (NONULL (path));