summaryrefslogtreecommitdiff
path: root/gtk/gtkprintcontext.h
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-04-25 15:18:07 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-04-25 15:18:07 +0000
commit53dd05475bea9a6c0152e1d5a88410721c1bd06f (patch)
tree75b084df84fe420dab4fb8d71c605efbfb0852bd /gtk/gtkprintcontext.h
parent079dcccc8d87e4a3ae86ff1e17d4076290f891a7 (diff)
downloadgtk+-53dd05475bea9a6c0152e1d5a88410721c1bd06f.tar.gz
include <pango/pango.h> instead of <pango/pango-layout.h>.
2008-04-25 Michael Natterer <mitch@imendio.com> * gtk/gtkprintcontext.h: include <pango/pango.h> instead of <pango/pango-layout.h>. * gtk/gtkiconfactory.c * gtk/gtkimmodule.c * gtk/gtkmain.c * gtk/gtkmodules.c * gtk/queryimmodules.c: remove inclusion of single files from pango, none of them was actually needed. * modules/input/gtkimcontextime.c: include <pango/pango.h> instead of <pango/pango-utils.h>. svn path=/trunk/; revision=20042
Diffstat (limited to 'gtk/gtkprintcontext.h')
-rw-r--r--gtk/gtkprintcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprintcontext.h b/gtk/gtkprintcontext.h
index 936cae4f40..f754ecdd1d 100644
--- a/gtk/gtkprintcontext.h
+++ b/gtk/gtkprintcontext.h
@@ -22,7 +22,7 @@
#define __GTK_PRINT_CONTEXT_H__
#include <glib-object.h>
-#include <pango/pango-layout.h>
+#include <pango/pango.h>
#include "gtkenums.h"
#include "gtkpagesetup.h"