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