From e79849c9057b7ba43fa079f543932fbc4786b96b Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Thu, 13 Nov 2008 11:32:04 +0000 Subject: [PATCH] - Fix build --- ext/gd/gd.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 4c051a13d6..c11620cb1f 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -55,15 +55,6 @@ #if HAVE_LIBGD -#ifdef HAVE_GD_PNG -/* needs to be first */ -# include -#endif - -#ifdef HAVE_GD_JPG -# include -#endif - static int le_gd, le_gd_font; #if HAVE_LIBT1 #include -- 2.50.1