]> granicus.if.org Git - php/commitdiff
remove redundant includes
authorAnatol Belski <ab@php.net>
Thu, 20 Oct 2016 09:41:52 +0000 (11:41 +0200)
committerAnatol Belski <ab@php.net>
Thu, 20 Oct 2016 09:42:23 +0000 (11:42 +0200)
ext/xmlrpc/libxmlrpc/encodings.c

index 78081be8d002409cd62b74482a5db24e2f2cd3f3..5777152ea8735801895ee17b80f8d1a612498a93 100644 (file)
 
 */
 
-#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$";