diff options
author | Michael Natterer <mitch@imendio.com> | 2008-06-16 19:19:31 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-06-16 19:19:31 +0000 |
commit | 422a4dd1d2b63d83a21cf58da761629d614ca6d1 (patch) | |
tree | 67259c81188161c635f5efebbe18b37fa38d1b0f /gtk/gtkprintoperation-unix.c | |
parent | 2a0358f6ce63e23703215a1e51d775155cee4e41 (diff) | |
download | gtk+-422a4dd1d2b63d83a21cf58da761629d614ca6d1.tar.gz |
don't include the deprecated (and unused) "gtkmarshal.h".
2008-06-16 Michael Natterer <mitch@imendio.com>
* gtk/gtkprintoperation-unix.c: don't include the deprecated (and
unused) "gtkmarshal.h".
svn path=/trunk/; revision=20407
Diffstat (limited to 'gtk/gtkprintoperation-unix.c')
-rw-r--r-- | gtk/gtkprintoperation-unix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkprintoperation-unix.c b/gtk/gtkprintoperation-unix.c index 6b692d5360..16c7eb263a 100644 --- a/gtk/gtkprintoperation-unix.c +++ b/gtk/gtkprintoperation-unix.c @@ -32,7 +32,6 @@ #include <glib/gstdio.h> #include "gtkprintoperation-private.h" -#include "gtkmarshal.h" #include "gtkmessagedialog.h" #include <cairo-pdf.h> |