From c8e67f3cc6cca3cd7b5bce1ea981c04f9d234227 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Thu, 29 May 2008 09:34:53 +0000 Subject: gtk/Makefile.am add a single-include header for the unix print stuff. 2008-05-29 Michael Natterer * gtk/Makefile.am * gtk/gtkunixprint.h: add a single-include header for the unix print stuff. * gtk/gtkpagesetupunixdialog.h * gtk/gtkprinter.h * gtk/gtkprintjob.h * gtk/gtkprintunixdialog.h: add single-include guards that #error out if GTK_DISABLE_SINGLE_INCLUDES is defined and any of these files is included individually. * gtk/gtkprintbackend.h * gtk/gtkprinter-private.h * modules/printbackends/cups/gtkprintbackendcups.c * modules/printbackends/cups/gtkprintercups.h * modules/printbackends/lpr/gtkprintbackendlpr.c * tests/buildertest.c * tests/defaultvaluetest.c * docs/tools/widgets.c: include instead of individual files. svn path=/trunk/; revision=20230 --- gtk/gtkprintbackend.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'gtk/gtkprintbackend.h') diff --git a/gtk/gtkprintbackend.h b/gtk/gtkprintbackend.h index 45afe7b057..a33f6d80fe 100644 --- a/gtk/gtkprintbackend.h +++ b/gtk/gtkprintbackend.h @@ -22,18 +22,16 @@ #define __GTK_PRINT_BACKEND_H__ /* This is a "semi-private" header; it is meant only for - * alternate GtkPrintDialog backend modules; no stability guarantees + * alternate GtkPrintDialog backend modules; no stability guarantees * are made at this point */ #ifndef GTK_PRINT_BACKEND_ENABLE_UNSUPPORTED #error "GtkPrintBackend is not supported API for general use" #endif -#include #include - -#include "gtkprinteroptionset.h" -#include "gtkprintjob.h" +#include +#include G_BEGIN_DECLS -- cgit v1.2.1