summaryrefslogtreecommitdiff
path: root/Zend/zend_llist.h
diff options
context:
space:
mode:
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;