gtk+ r20128 - in trunk: . perf tests



Author: mitch
Date: Fri May 23 14:55:43 2008
New Revision: 20128
URL: http://svn.gnome.org/viewvc/gtk+?rev=20128&view=rev

Log:
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.



Modified:
   trunk/ChangeLog
   trunk/perf/widgets.h
   trunk/tests/print-editor.c
   trunk/tests/prop-editor.h
   trunk/tests/testmountoperation.c
   trunk/tests/testmultidisplay.c
   trunk/tests/testnouiprint.c
   trunk/tests/testprint.c
   trunk/tests/testprintfileoperation.h
   trunk/tests/testtreesort.c
   trunk/tests/textbuffertest.c

Modified: trunk/perf/widgets.h
==============================================================================
--- trunk/perf/widgets.h	(original)
+++ trunk/perf/widgets.h	Fri May 23 14:55:43 2008
@@ -1,4 +1,4 @@
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
 
 GtkWidget *appwindow_new (void);
 

Modified: trunk/tests/print-editor.c
==============================================================================
--- trunk/tests/print-editor.c	(original)
+++ trunk/tests/print-editor.c	Fri May 23 14:55:43 2008
@@ -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;

Modified: trunk/tests/prop-editor.h
==============================================================================
--- trunk/tests/prop-editor.h	(original)
+++ trunk/tests/prop-editor.h	Fri May 23 14:55:43 2008
@@ -16,7 +16,8 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
  */
-#include <gtk/gtkwidget.h>
+
+#include <gtk/gtk.h>
 
 #ifndef __PROP_EDITOR_H__
 #define __PROP_EDITOR_H__

Modified: trunk/tests/testmountoperation.c
==============================================================================
--- trunk/tests/testmountoperation.c	(original)
+++ trunk/tests/testmountoperation.c	Fri May 23 14:55:43 2008
@@ -20,7 +20,6 @@
 
 #include <config.h>
 #include <gtk/gtk.h>
-#include <gtk/gtkmountoperation.h>
 
 static gboolean ask_question = FALSE;
 static gboolean anonymous = FALSE;

Modified: trunk/tests/testmultidisplay.c
==============================================================================
--- trunk/tests/testmultidisplay.c	(original)
+++ trunk/tests/testmultidisplay.c	Fri May 23 14:55:43 2008
@@ -20,8 +20,6 @@
 
 #include <config.h>
 #include <gtk/gtk.h>
-#include <gtk/gtkstock.h>
-#include <gdk/gdk.h>
 
 gchar *screen2_name = NULL;
 

Modified: trunk/tests/testnouiprint.c
==============================================================================
--- trunk/tests/testnouiprint.c	(original)
+++ trunk/tests/testnouiprint.c	Fri May 23 14:55:43 2008
@@ -19,8 +19,8 @@
  */
 
 #include <config.h>
-#include "gtk/gtkprintoperation.h"
 #include <math.h>
+#include "gtk/gtk.h"
 
 static void
 draw_page (GtkPrintOperation *operation,

Modified: trunk/tests/testprint.c
==============================================================================
--- trunk/tests/testprint.c	(original)
+++ trunk/tests/testprint.c	Fri May 23 14:55:43 2008
@@ -22,7 +22,6 @@
 #include <math.h>
 #include <pango/pangocairo.h>
 #include <gtk/gtk.h>
-#include <gtk/gtkprintoperation.h>
 #include "testprintfileoperation.h"
 
 static void

Modified: trunk/tests/testprintfileoperation.h
==============================================================================
--- trunk/tests/testprintfileoperation.h	(original)
+++ trunk/tests/testprintfileoperation.h	Fri May 23 14:55:43 2008
@@ -1,7 +1,7 @@
 #ifndef __TEST_PRINT_FILE_OPERATION_H__
 #define __TEST_PRINT_FILE_OPERATION_H__
 
-#include <gtk/gtkprintoperation.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 

Modified: trunk/tests/testtreesort.c
==============================================================================
--- trunk/tests/testtreesort.c	(original)
+++ trunk/tests/testtreesort.c	Fri May 23 14:55:43 2008
@@ -21,7 +21,7 @@
 #include <config.h>
 #include <gtk/gtk.h>
 
-#include "../gtk/gtktreedatalist.h"
+#include "gtk/gtktreedatalist.h"
 
 
 typedef struct _ListSort ListSort;

Modified: trunk/tests/textbuffertest.c
==============================================================================
--- trunk/tests/textbuffertest.c	(original)
+++ trunk/tests/textbuffertest.c	Fri May 23 14:55:43 2008
@@ -23,7 +23,7 @@
 #include <string.h>
 
 #include <gtk/gtk.h>
-#include "../gtk/gtktexttypes.h" /* Private header, for UNKNOWN_CHAR */
+#include "gtk/gtktexttypes.h" /* Private header, for UNKNOWN_CHAR */
 
 static void
 gtk_text_iter_spew (const GtkTextIter *iter, const gchar *desc)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]