diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2002-08-08 01:50:23 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-08-08 01:50:23 +0000 |
commit | 4b7ad8104e7731a9941471fa23417717abb97b7c (patch) | |
tree | d55ca537462df72809960b522e180052be2672df | |
parent | 19df86f3882e9231a70290d4266579a2915115f9 (diff) | |
download | php-git-4b7ad8104e7731a9941471fa23417717abb97b7c.tar.gz |
Forgot this one. Fix build
-rw-r--r-- | ext/iconv/iconv.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c index 4b30c44c83..8252aa0844 100644 --- a/ext/iconv/iconv.c +++ b/ext/iconv/iconv.c @@ -25,12 +25,6 @@ #include "php.h" -#ifdef PHP_ATOM_INC -#include "php_have_iconv.h" -#include "php_have_libiconv.h" -#include "php_iconv_supports_errno.h" -#endif - #if HAVE_ICONV #ifdef HAVE_GICONV_H |