summaryrefslogtreecommitdiff
path: root/Zend/zend_llist.h
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2002-08-07 14:47:42 +0000
committerHarald Radi <phanto@php.net>2002-08-07 14:47:42 +0000
commit99c90db11aa6a89e79c68ada92c83086c8b743d1 (patch)
tree572de047689ed4aef467a39d0296b389ce5845d1 /Zend/zend_llist.h
parenta77c0a13f70324b8ea2b45397e206e7ff0da6353 (diff)
downloadphp-git-99c90db11aa6a89e79c68ada92c83086c8b743d1.tar.gz
make win32 debug output more verbose
Diffstat (limited to 'Zend/zend_llist.h')
-rw-r--r--Zend/zend_llist.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend_llist.h b/Zend/zend_llist.h
index 075c9cd83f..6fddbb2d92 100644
--- a/Zend/zend_llist.h
+++ b/Zend/zend_llist.h
@@ -21,8 +21,6 @@
#ifndef ZEND_LLIST_H
#define ZEND_LLIST_H
-#include <stdlib.h>
-
typedef struct _zend_llist_element {
struct _zend_llist_element *next;
struct _zend_llist_element *prev;