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:
committed by
Michael Natterer
parent
0130bc33fd
commit
6720ef6d80
@ -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))
|
||||
|
||||
Reference in New Issue
Block a user