diff options
author | Andi Gutmans <andi@php.net> | 2001-06-21 21:17:10 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2001-06-21 21:17:10 +0000 |
commit | 8cd70926c54cf852d16a7842c7926967241118a0 (patch) | |
tree | 3e288217a4fa1858e91f4b1ef1e009ae2f15d046 /Zend/zend_execute_API.c | |
parent | 87902db2be4f1c8b9c1e49cb8b6e477038d9921e (diff) | |
download | php-git-8cd70926c54cf852d16a7842c7926967241118a0.tar.gz |
- Nuke dependency of all of PHP on zend_execute_locks.h.
Diffstat (limited to 'Zend/zend_execute_API.c')
-rw-r--r-- | Zend/zend_execute_API.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index 78a244c358..2a7df14002 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -28,7 +28,6 @@ #include "zend_ptr_stack.h" #include "zend_constants.h" #include "zend_extensions.h" -#include "zend_execute_locks.h" #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #endif |