perf/widgets.h tests/print-editor.c tests/prop-editor.h

2008-05-23  Michael Natterer  <mitch@gimp.org>

	* perf/widgets.h
	* tests/print-editor.c
	* tests/prop-editor.h
	* tests/testmountoperation.c
	* tests/testmultidisplay.c
	* tests/testnouiprint.c
	* tests/testprint.c
	* tests/testprintfileoperation.h
	* tests/testtreesort.c
	* tests/textbuffertest.c: include <gtk/gtk.h> instead of single
	files. Remove some redundant includes.


svn path=/trunk/; revision=20128
This commit is contained in:
Michael Natterer
2008-05-23 14:55:43 +00:00
committed by Michael Natterer
parent 57625ac5b9
commit c75c6bf444
11 changed files with 21 additions and 11 deletions

View File

@ -1,7 +1,6 @@
#include <math.h>
#include <pango/pangocairo.h>
#include <gtk/gtk.h>
#include <gtk/gtkprintoperation.h>
static GtkWidget *main_window;
static char *filename = NULL;