]> Pileus Git - ~andy/gtk/commitdiff
modules/printbackends/cups/gtkcupsutils.c
authorMichael Natterer <mitch@gimp.org>
Wed, 28 May 2008 12:49:11 +0000 (12:49 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Wed, 28 May 2008 12:49:11 +0000 (12:49 +0000)
2008-05-28  Michael Natterer  <mitch@gimp.org>

* modules/printbackends/cups/gtkcupsutils.c
* modules/printbackends/cups/gtkprintbackendcups.c
* modules/printbackends/file/gtkprintbackendfile.c
* modules/printbackends/lpr/gtkprintbackendlpr.c: include
<gtk/gtk.h> instead of individual files.

svn path=/trunk/; revision=20210

ChangeLog
modules/printbackends/cups/gtkcupsutils.c
modules/printbackends/cups/gtkprintbackendcups.c
modules/printbackends/file/gtkprintbackendfile.c
modules/printbackends/lpr/gtkprintbackendlpr.c

index 66bc437eac2f1f2c8b039b5bedd3055ce0e9ea8b..69e4d3070c6c581d974aa073f0b0af645d91759f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-05-28  Michael Natterer  <mitch@gimp.org>
+
+       * modules/printbackends/cups/gtkcupsutils.c
+       * modules/printbackends/cups/gtkprintbackendcups.c
+       * modules/printbackends/file/gtkprintbackendfile.c
+       * modules/printbackends/lpr/gtkprintbackendlpr.c: include
+       <gtk/gtk.h> instead of individual files.
+
 2008-05-28  Michael Natterer  <mitch@imendio.com>
 
        * demos/testpixbuf.c: include <gdk-pixbuf/gdk-pixbuf.h> instead of
index da729bf3c0ca5240f348a99d7c61b2c3efdfb968..06e8ca8661cc0f563cbf2d702df58f67d2e2a604 100644 (file)
@@ -20,8 +20,8 @@
  */
 
 #include "config.h"
+#include <gtk/gtk.h>
 #include "gtkcupsutils.h"
-#include "gtkdebug.h"
 
 #include <errno.h>
 #include <unistd.h>
index 0a0c4e97b0723cc417b00714306049854d12ad1e..d061bc7ceea3095caed22e0e4e68db1705f32176 100644 (file)
@@ -39,8 +39,7 @@
 #include <glib/gi18n-lib.h>
 #include <gmodule.h>
 
-#include <gtk/gtkprintoperation.h>
-#include <gtk/gtkprintsettings.h>
+#include <gtk/gtk.h>
 #include <gtk/gtkprintbackend.h>
 #include <gtk/gtkprinter.h>
 #include <gtk/gtkprinter-private.h>
@@ -49,7 +48,6 @@
 #include "gtkprintercups.h"
 
 #include "gtkcupsutils.h"
-#include "gtkdebug.h"
 
 
 typedef struct _GtkPrintBackendCupsClass GtkPrintBackendCupsClass;
index 58b787919c18db9735ba8a34efd6cb016aaa70e8..6cd8e6e636d9020ba41f461f497293b7a7045943 100644 (file)
 
 #include <glib/gi18n-lib.h>
 
-#include "gtkprintoperation.h"
+#include "gtk/gtk.h"
+#include "gtk/gtkprinter-private.h"
 
-#include "gtkprintbackend.h"
 #include "gtkprintbackendfile.h"
 
-#include "gtkprinter.h"
-#include "gtkprinter-private.h"
-
 typedef struct _GtkPrintBackendFileClass GtkPrintBackendFileClass;
 
 #define GTK_PRINT_BACKEND_FILE_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_PRINT_BACKEND_FILE, GtkPrintBackendFileClass))
index f73bf863e2ebae11c36c7fa4929561f62961ad96..a737ba4a16f85d816ec826c8fa1b67184c50d00c 100644 (file)
 
 #include <glib/gi18n-lib.h>
 
-#include "gtkdebug.h"
-#include "gtkprintoperation.h"
-#include "gtkprintbackendlpr.h"
+#include <gtk/gtk.h>
 #include "gtkprinter.h"
 #include "gtkprinter-private.h"
 
+#include "gtkprintbackendlpr.h"
+
 typedef struct _GtkPrintBackendLprClass GtkPrintBackendLprClass;
 
 #define GTK_PRINT_BACKEND_LPR_CLASS(klass)     (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_PRINT_BACKEND_LPR, GtkPrintBackendLprClass))