diff options
author | Anatol Belski <ab@php.net> | 2016-10-20 11:41:52 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-10-20 11:42:23 +0200 |
commit | a64c02fbb573177aeea4233328747663fbca55b2 (patch) | |
tree | ec834cb6e2156da1c2ee0f128c323b14c0a7674c /ext/xmlrpc/libxmlrpc | |
parent | ab52afb932154548524ebba54c7052b20edb7b55 (diff) | |
download | php-git-a64c02fbb573177aeea4233328747663fbca55b2.tar.gz |
remove redundant includes
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$"; |