diff options
author | Michael Natterer <mitch@imendio.com> | 2008-04-25 15:18:07 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-04-25 15:18:07 +0000 |
commit | 53dd05475bea9a6c0152e1d5a88410721c1bd06f (patch) | |
tree | 75b084df84fe420dab4fb8d71c605efbfb0852bd /modules | |
parent | 079dcccc8d87e4a3ae86ff1e17d4076290f891a7 (diff) | |
download | gtk+-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 'modules')
-rw-r--r-- | modules/input/gtkimcontextime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/input/gtkimcontextime.c b/modules/input/gtkimcontextime.c index 615e6a1f60..4a31063c22 100644 --- a/modules/input/gtkimcontextime.c +++ b/modules/input/gtkimcontextime.c @@ -33,7 +33,7 @@ #include "gdk/gdkkeysyms.h" #include "gtk/gtkwidget.h" -#include <pango/pango-utils.h> +#include <pango/pango.h> /* avoid warning */ #ifdef STRICT |