]> granicus.if.org Git - php/commitdiff
do not include "php_have_iconv.h"
authorMarcus Boerger <helly@php.net>
Wed, 14 Aug 2002 23:48:52 +0000 (23:48 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 14 Aug 2002 23:48:52 +0000 (23:48 +0000)
ext/standard/info.c

index 0a36f151ebfd3199446e0574bb9c49d6533a36ab..814e8893f77a9721f2a3662baa49f20c815b69d2 100644 (file)
@@ -38,9 +38,6 @@
 #include <sys/utsname.h>
 #endif
 
-#ifdef PHP_ATOM_INC
-#include "php_have_iconv.h"
-#endif
 #if HAVE_ICONV
 #include "ext/iconv/php_iconv.h"
 ZEND_EXTERN_MODULE_GLOBALS(iconv)