X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=nntp%2Fmx_nntp.c;h=8943c9f369e5ad8f6146318537db94802f6c5835;hp=20d55d89831a47fa8b85413cfec0f856b4e8ed77;hb=330047119d7dc2674918d12253fc24146aefc8d3;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/nntp/mx_nntp.c b/nntp/mx_nntp.c index 20d55d8..8943c9f 100644 --- a/nntp/mx_nntp.c +++ b/nntp/mx_nntp.c @@ -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 #include @@ -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);