summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-08-14 23:48:52 +0000
committerMarcus Boerger <helly@php.net>2002-08-14 23:48:52 +0000
commit18ef76e361978a230f0984e6c25c0a3657a3988c (patch)
treebdfbcc77aeb98b6b4e733f27b48c309405e818d9
parent13a3dd7b77cf8769ddfa3288da1c7f0e1c9cc495 (diff)
downloadphp-git-18ef76e361978a230f0984e6c25c0a3657a3988c.tar.gz
do not include "php_have_iconv.h"
-rw-r--r--ext/standard/info.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/standard/info.c b/ext/standard/info.c
index 0a36f151eb..814e8893f7 100644
--- a/ext/standard/info.c
+++ b/ext/standard/info.c
@@ -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)