]> Pileus Git - ~andy/gtk/commitdiff
perf/widgets.h tests/print-editor.c tests/prop-editor.h
authorMichael Natterer <mitch@gimp.org>
Fri, 23 May 2008 14:55:43 +0000 (14:55 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Fri, 23 May 2008 14:55:43 +0000 (14:55 +0000)
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

ChangeLog
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

index b6b3c6202eec9b7d1afc1a58f92f9b4c999e0e29..11c442e20ad85ce39db76eeca718f01f82306c11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+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.
+
 2008-05-22  Hiroyuki Ikezoe  <poincare@ikezoe.net>
 
        * gtk/gtksockget.c: (gtk_socket_realize): Remove second call of
index 349b1310664a891cd0dcf2230141a2ce210eabed..4c8c78770d409a7d58d7d55658f68dc7d32d29f9 100644 (file)
@@ -1,4 +1,4 @@
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
 
 GtkWidget *appwindow_new (void);
 
index 9b47ce8d55e3d99e53294959f99d33376167b397..b476e013cd5440138d6fd60c119fc8942ea1732e 100644 (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;
index 1f86d9be116fb60f05fd006927014cae0d3d83e3..377f81720dd6d40001f6fea3693a1516b2843ef8 100644 (file)
@@ -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__
index 92edf3324e2f1ab70e71fee6d6410cf84d604ead..c6ba138c2761ffba71f0ec157a7bf8c7db108c37 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <config.h>
 #include <gtk/gtk.h>
-#include <gtk/gtkmountoperation.h>
 
 static gboolean ask_question = FALSE;
 static gboolean anonymous = FALSE;
index 3f4e3e45003599d42f1e2fdc25b793eace4a4583..3074b35dbbfda57a6397ab32494c304dafb6a5b2 100644 (file)
@@ -20,8 +20,6 @@
 
 #include <config.h>
 #include <gtk/gtk.h>
-#include <gtk/gtkstock.h>
-#include <gdk/gdk.h>
 
 gchar *screen2_name = NULL;
 
index 09a678f375687ec3e66ef9d4e27febe7569d2bf9..d63979b05fa2db57ef94cf27f80f9ec9746d731d 100644 (file)
@@ -19,8 +19,8 @@
  */
 
 #include <config.h>
-#include "gtk/gtkprintoperation.h"
 #include <math.h>
+#include "gtk/gtk.h"
 
 static void
 draw_page (GtkPrintOperation *operation,
index 1da7af97d93e7560ef2a9a1be0ea1d5895100753..8eed10ef041175c718d7bf13c97db0b280424cd0 100644 (file)
@@ -22,7 +22,6 @@
 #include <math.h>
 #include <pango/pangocairo.h>
 #include <gtk/gtk.h>
-#include <gtk/gtkprintoperation.h>
 #include "testprintfileoperation.h"
 
 static void
index 653abbf8024172399ed61656a1c1472381d820b2..40472fdf9450918bdf48e90fbec9302e86978507 100644 (file)
@@ -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
 
index 3b792c2d873089208bc5f36fc81607e54b8e9111..a58b1b40bf6baa14864f23fd17b7666e5301f87a 100644 (file)
@@ -21,7 +21,7 @@
 #include <config.h>
 #include <gtk/gtk.h>
 
-#include "../gtk/gtktreedatalist.h"
+#include "gtk/gtktreedatalist.h"
 
 
 typedef struct _ListSort ListSort;
index f8a33a1eb3253d249571ce93d17a7c5179faf3e0..3fdbf9f400352251d0789df5d9e19fcf534d154e 100644 (file)
@@ -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)