rationnalize includes a lot:
[apps/madmutt.git] / nntp / mx_nntp.c
index 20d55d8..8943c9f 100644 (file)
@@ -3,11 +3,6 @@
  * It's licensed under the GNU General Public License,
  * please see the file GPL in the top level source directory.
  */
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-#include <sys/stat.h>
 
 #include <lib-lib/lib-lib.h>
 
@@ -17,8 +12,6 @@
 #include "mx.h"
 #include "mx_nntp.h"
 
-
-
 static int nntp_is_magic (const char* path, struct stat* st) {
   url_scheme_t s = url_check_scheme (NONULL (path));
   return ((s == U_NNTP || s == U_NNTPS) ? M_NNTP : -1);