X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=nntp%2Fmx_nntp.c;h=8943c9f369e5ad8f6146318537db94802f6c5835;hp=84a9d6420f3245c87d25b1dd44eaab8134698046;hb=330047119d7dc2674918d12253fc24146aefc8d3;hpb=617e7d83d14e14e6a520a48e75437211b16c8834 diff --git a/nntp/mx_nntp.c b/nntp/mx_nntp.c index 84a9d64..8943c9f 100644 --- a/nntp/mx_nntp.c +++ b/nntp/mx_nntp.c @@ -3,13 +3,8 @@ * 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 +#include #include "mutt.h" #include "nntp.h" @@ -17,10 +12,6 @@ #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)); return ((s == U_NNTP || s == U_NNTPS) ? M_NNTP : -1);