pajoye Tue Apr 7 10:04:52 2009 UTC Modified files: /php-src/ext/gd gd.c Log: - not necessary http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.410&r2=1.411&diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.410 php-src/ext/gd/gd.c:1.411 --- php-src/ext/gd/gd.c:1.410 Tue Apr 7 09:44:21 2009 +++ php-src/ext/gd/gd.c Tue Apr 7 10:04:52 2009 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: gd.c,v 1.410 2009/04/07 09:44:21 pajoye Exp $ */ +/* $Id: gd.c,v 1.411 2009/04/07 10:04:52 pajoye Exp $ */ /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center, Cold Spring Harbor Labs. */ @@ -74,7 +74,7 @@ #include <gdfontl.h> /* 4 Large font */ #include <gdfontg.h> /* 5 Giant font */ #include "libgd/wbmp.h" -#include <gdhelpers.h> + #ifdef ENABLE_GD_TTF # ifdef HAVE_LIBFREETYPE # include <ft2build.h>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php