diff options
Diffstat (limited to 'ext/xmlrpc/libxmlrpc')
-rw-r--r-- | ext/xmlrpc/libxmlrpc/encodings.c | 11 |
1 files changed, 0 insertions, 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 <php_config.h> -#else -#include <config.w32.h> -#include <stdlib.h> -#endif - #include <php.h> static const char rcsid[] = "#(@) $Id$"; |