From: Anatol Belski Date: Thu, 20 Oct 2016 09:41:52 +0000 (+0200) Subject: remove redundant includes X-Git-Tag: php-7.2.0alpha1~1065 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a64c02fbb573177aeea4233328747663fbca55b2;p=php remove redundant includes --- diff --git a/ext/xmlrpc/libxmlrpc/encodings.c b/ext/xmlrpc/libxmlrpc/encodings.c index 78081be8d0..5777152ea8 100644 --- a/ext/xmlrpc/libxmlrpc/encodings.c +++ b/ext/xmlrpc/libxmlrpc/encodings.c @@ -30,17 +30,6 @@ */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - -#ifndef PHP_WIN32 -#include -#else -#include -#include -#endif - #include static const char rcsid[] = "#(@) $Id$";