]> granicus.if.org Git - php/commitdiff
- Fix build
authorFelipe Pena <felipe@php.net>
Thu, 13 Nov 2008 11:32:04 +0000 (11:32 +0000)
committerFelipe Pena <felipe@php.net>
Thu, 13 Nov 2008 11:32:04 +0000 (11:32 +0000)
ext/gd/gd.c

index 4c051a13d617cf6501e0b6c444637d6fc88d2123..c11620cb1fb4134c4f05e6a18d5e729eac07986a 100644 (file)
 
 #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>