cvs: gd /libgd/examples nnquant.c

[email protected] ("Pierre-Alain Joye") Tue, 01 Jan 2008 17:26:37 -0000
Newsgroups php.gd.cvs
Message-ID <cvspajoye1199208397@cvsserver>
pajoye		Tue Jan  1 17:26:37 2008 UTC

  Modified files:              
    /gd/libgd/examples	nnquant.c 
  Log:
  - remove useless include
  
http://cvs.php.net/viewvc.cgi/gd/libgd/examples/nnquant.c?r1=1.1&r2=1.2&diff_format=u
Index: gd/libgd/examples/nnquant.c
diff -u gd/libgd/examples/nnquant.c:1.1 gd/libgd/examples/nnquant.c:1.2
--- gd/libgd/examples/nnquant.c:1.1	Mon Dec 31 00:58:38 2007
+++ gd/libgd/examples/nnquant.c	Tue Jan  1 17:26:37 2008
@@ -1,4 +1,4 @@
-/* $Id: nnquant.c,v 1.1 2007/12/31 00:58:38 pajoye Exp $ */
+/* $Id: nnquant.c,v 1.2 2008/01/01 17:26:37 pajoye Exp $ */
 /*
  * You can fetch a set of samples TIFF images here:
  * ftp://ftp.remotesensing.org/pub/libtiff/
@@ -8,7 +8,6 @@
 #include "gd.h"
 #include <stdio.h>
 #include <stdlib.h>
-#include "gd_resize.h"
 
 void save_png(gdImagePtr im, const char *filename)
 {