Use single GTK+ includes also for tests and demos. Thanks to Przemysław

2008-12-07  Cosimo Cecchi  <cosimoc@gnome.org>

	* demos/dash-demo.c:
	* tests/test-libglade-canvas.c:
	Use single GTK+ includes also for tests and demos.
	Thanks to Przemysław Grzegorczyk (#563566).

svn path=/trunk/; revision=1335
This commit is contained in:
Cosimo Cecchi 2008-12-07 19:14:43 +00:00 committed by Cosimo Cecchi
parent 5404be891e
commit ae6048eb6e
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2008-12-07 Cosimo Cecchi <cosimoc@gnome.org>
* demos/dash-demo.c:
* tests/test-libglade-canvas.c:
Use single GTK+ includes also for tests and demos.
Thanks to Przemysław Grzegorczyk (#563566).
2008-10-19 Cosimo Cecchi <cosimoc@gnome.org>
* libgnomecanvas/gnome-canvas-bpath.c:

View File

@ -23,8 +23,7 @@
* if advised of the possibility of such damage.
*/
#include <gtk/gtkmain.h>
#include <gtk/gtkwindow.h>
#include <gtk/gtk.h>
#include <libart_lgpl/art_vpath_dash.h>
#include <libgnomecanvas/libgnomecanvas.h>

View File

@ -1,6 +1,6 @@
#include <stdlib.h>
#include <gtk/gtkmain.h>
#include <gtk/gtk.h>
#include <glade/glade-xml.h>