summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2002-10-24 14:12:06 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2002-10-24 14:12:06 +0000
commite95fa639d6915697c581808bfd7d88a8920d1597 (patch)
tree72505de86817c6548ea904c7aafaa94ece1ce255
parent06012c3f42448f984000b754773ffc633d5c5711 (diff)
downloadphp-git-e95fa639d6915697c581808bfd7d88a8920d1597.tar.gz
Reverted because my patch doesn't make sense: it was just my problem.
-rw-r--r--ext/standard/dl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/dl.c b/ext/standard/dl.c
index 7bdc6ff49a..90ecf3d4cc 100644
--- a/ext/standard/dl.c
+++ b/ext/standard/dl.c
@@ -25,7 +25,6 @@
#include "php_globals.h"
#include "ext/standard/info.h"
#include "SAPI.h"
-#include "build-defs.h"
#if defined(HAVE_LIBDL) || HAVE_MACH_O_DYLD_H
#include <stdlib.h>