diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-06-08 17:01:28 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-06-08 17:01:28 +0000 |
commit | 480803d5baa8414e13588d10f7ca694eb5eec433 (patch) | |
tree | af1b7b79d76268b9a204e78ab7cbf453b60c511e /gtk/gtkprintbackend.h | |
parent | a0812b9ed501a3eb958b2f20c31dc9260bb0be95 (diff) | |
download | gtk+-480803d5baa8414e13588d10f7ca694eb5eec433.tar.gz |
Don't include gtkprinter-private.h here.
2006-06-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintbackend.h: Don't include gtkprinter-private.h here.
* gtk/gtkprintunixdialog.c:
* gtk/gtkprintoperation-unix.c:
* gtk/gtkprintjob.c:
* gtk/gtkprintbackend.c: Instead include it here.
* gtk/gtk.symbols:
* gtk/gtkprintoperation.h:
* gtk/gtkprintoperation.c: Rename pdf_target to export_filename.
Diffstat (limited to 'gtk/gtkprintbackend.h')
-rw-r--r-- | gtk/gtkprintbackend.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkprintbackend.h b/gtk/gtkprintbackend.h index e8d9711ea8..21419095f7 100644 --- a/gtk/gtkprintbackend.h +++ b/gtk/gtkprintbackend.h @@ -32,9 +32,8 @@ #include <glib-object.h> #include <cairo.h> -#include "gtkprinter-private.h" #include "gtkprintsettings.h" -#include "gtkprinteroption.h" +#include "gtkprinteroptionset.h" #include "gtkprintjob.h" G_BEGIN_DECLS |