felipe          Thu Nov 13 11:32:04 2008 UTC

  Modified files:              
    /php-src/ext/gd     gd.c 
  Log:
  - Fix build
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.399&r2=1.400&diff_format=u
Index: php-src/ext/gd/gd.c
diff -u php-src/ext/gd/gd.c:1.399 php-src/ext/gd/gd.c:1.400
--- php-src/ext/gd/gd.c:1.399   Thu Nov  6 10:23:52 2008
+++ php-src/ext/gd/gd.c Thu Nov 13 11:32:04 2008
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gd.c,v 1.399 2008/11/06 10:23:52 pajoye Exp $ */
+/* $Id: gd.c,v 1.400 2008/11/13 11:32:04 felipe Exp $ */
 
 /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center,
    Cold Spring Harbor Labs. */
@@ -55,15 +55,6 @@
 
 #if HAVE_LIBGD
 
-#ifdef HAVE_GD_PNG
-/* needs to be first */
-# include <png.h>
-#endif
-
-#ifdef HAVE_GD_JPG
-# include <jpeglib.h>
-#endif
-
 static int le_gd, le_gd_font;
 #if HAVE_LIBT1
 #include <t1lib.h>



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to