X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=nntp%2Fmx_nntp.c;h=8943c9f369e5ad8f6146318537db94802f6c5835;hb=1ee89902de184a640c171ae3285bff6882a791bd;hp=e60788536ce7da8b69d9964ebf4fab4731b43716;hpb=3e9a92ab72e04aecb0fc4098098a1b57c5101d84;p=apps%2Fmadmutt.git diff --git a/nntp/mx_nntp.c b/nntp/mx_nntp.c index e607885..8943c9f 100644 --- a/nntp/mx_nntp.c +++ b/nntp/mx_nntp.c @@ -3,15 +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 +#include #include "mutt.h" #include "nntp.h" @@ -19,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);