From a64c02fbb573177aeea4233328747663fbca55b2 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 20 Oct 2016 11:41:52 +0200 Subject: [PATCH] remove redundant includes --- ext/xmlrpc/libxmlrpc/encodings.c | 11 ----------- 1 file changed, 11 deletions(-) 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$"; -- 2.50.1