X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=nntp%2Fmx_nntp.c;h=8943c9f369e5ad8f6146318537db94802f6c5835;hb=1ee89902de184a640c171ae3285bff6882a791bd;hp=bc1d77d889c1939cc43700ea567af1d401a9fcff;hpb=b3cb6ed8d36c550a2e589910ce51bbc8352ff57c;p=apps%2Fmadmutt.git diff --git a/nntp/mx_nntp.c b/nntp/mx_nntp.c index bc1d77d..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,11 +12,6 @@ #include "mx.h" #include "mx_nntp.h" -#include "lib/mem.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);