mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 13:10:07 +00:00
modules/printbackends/cups/gtkcupsutils.c
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
This commit is contained in:
parent
0130bc33fd
commit
6720ef6d80
@ -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
|
||||
|
@ -20,8 +20,8 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <gtk/gtk.h>
|
||||
#include "gtkcupsutils.h"
|
||||
#include "gtkdebug.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
|
@ -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;
|
||||
|
@ -35,14 +35,11 @@
|
||||
|
||||
#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))
|
||||
|
@ -33,12 +33,12 @@
|
||||
|
||||
#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))
|
||||
|
Loading…
Reference in New Issue
Block a user