tony2001 Fri Jan 7 15:55:47 2005 EDT Modified files: /php-src/ext/standard head.c Log: remove duplicated include http://cvs.php.net/diff.php/php-src/ext/standard/head.c?r1=1.77&r2=1.78&ty=u Index: php-src/ext/standard/head.c diff -u php-src/ext/standard/head.c:1.77 php-src/ext/standard/head.c:1.78 --- php-src/ext/standard/head.c:1.77 Sat Sep 25 11:33:57 2004 +++ php-src/ext/standard/head.c Fri Jan 7 15:55:46 2005 @@ -15,7 +15,7 @@ | Author: Rasmus Lerdorf <[EMAIL PROTECTED]> | +----------------------------------------------------------------------+ */ -/* $Id: head.c,v 1.77 2004/09/25 15:33:57 hyanantha Exp $ */ +/* $Id: head.c,v 1.78 2005/01/07 20:55:46 tony2001 Exp $ */ #include <stdio.h> #include "php.h" @@ -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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php