summaryrefslogtreecommitdiff
path: root/ext/standard
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-01-07 20:55:46 +0000
committerAntony Dovgal <tony2001@php.net>2005-01-07 20:55:46 +0000
commit5eeb444b8b2fc159d29e4989af2e8873dcf498d9 (patch)
treee81bfcb445df465c5b752d9795d5dba32aab59ab /ext/standard
parent5ec0e4949739281cfcd020b7b64a0aa173cf996a (diff)
downloadphp-git-5eeb444b8b2fc159d29e4989af2e8873dcf498d9.tar.gz
remove duplicated include
Diffstat (limited to 'ext/standard')
-rw-r--r--ext/standard/head.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/head.c b/ext/standard/head.c
index 8fda1c0454..e8e0486cfc 100644
--- a/ext/standard/head.c
+++ b/ext/standard/head.c
@@ -23,7 +23,6 @@
#include "SAPI.h"
#include "php_main.h"
#include "head.h"
-#include "SAPI.h"
#ifdef TM_IN_SYS_TIME
#include <sys/time.h>
#else