The string.h is already avaliable through zend.h, so the manual inclusion

is not necessary.
This commit is contained in:
Ilia Alshanetsky 2003-02-08 01:32:09 +00:00
parent 3631b28f44
commit df3662f436

View File

@ -24,12 +24,7 @@
#include "zend_builtin_functions.h"
#include "zend_constants.h"
#include "zend_ini.h"
#if HAVE_STRING_H
#include <string.h>
#else
#include <strings.h>
#endif
#include "zend_config.h"
#undef ZEND_TEST_EXCEPTIONS