summaryrefslogtreecommitdiff
path: root/gtk/gtkprinter-private.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-04-24 04:38:08 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-04-24 04:38:08 +0000
commit090de9058f861ad456bff777f04d0037f6d4f091 (patch)
treed12b0f6c0dfbb47179a28ae5368ee975f9ba2319 /gtk/gtkprinter-private.h
parent8cf2909eb68d39676d315747ffd8dca1bb48057b (diff)
downloadgtk+-090de9058f861ad456bff777f04d0037f6d4f091.tar.gz
Don't declare GtkPrintJob here. Instead include gtkprintjob.h.
2006-04-24 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprinter.h: Don't declare GtkPrintJob here. * gtk/gtkprinter-private.h: Instead include gtkprintjob.h.
Diffstat (limited to 'gtk/gtkprinter-private.h')
-rw-r--r--gtk/gtkprinter-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkprinter-private.h b/gtk/gtkprinter-private.h
index 99ece474b1..c6757d0386 100644
--- a/gtk/gtkprinter-private.h
+++ b/gtk/gtkprinter-private.h
@@ -26,6 +26,7 @@
#include "gtkprintoperation.h"
#include "gtkprinteroptionset.h"
#include "gtkpagesetup.h"
+#include "gtkprintjob.h"
G_BEGIN_DECLS