diff options
author | Zeev Suraski <zeev@php.net> | 2000-03-25 19:10:07 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-03-25 19:10:07 +0000 |
commit | 5dba477467304ae627f4a1766e92fe8b74de11ce (patch) | |
tree | 1fb46fb713fc7b5795ad1cc56d3db479029032c3 /Zend/zend_variables.c | |
parent | 18e1e63e78c4d18a532c917cf709b8a02af92782 (diff) | |
download | php-git-5dba477467304ae627f4a1766e92fe8b74de11ce.tar.gz |
- Some header dependencies cleanup
- Generalize zval_print() and zval_print_r()
Diffstat (limited to 'Zend/zend_variables.c')
-rw-r--r-- | Zend/zend_variables.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_variables.c b/Zend/zend_variables.c index a87cb7b139..6c0a882cdf 100644 --- a/Zend/zend_variables.c +++ b/Zend/zend_variables.c @@ -23,7 +23,6 @@ #include "zend_API.h" #include "zend_globals.h" #include "zend_constants.h" -#include "zend_variables.h" #include "zend_list.h" ZEND_API char *empty_string = ""; /* in order to save emalloc() and efree() time for |