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 /gtk/gtkmain.c | |
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 'gtk/gtkmain.c')
-rw-r--r-- | gtk/gtkmain.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index 6749252c10..e8f386751b 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -49,8 +49,6 @@ #undef STRICT #endif -#include <pango/pango-types.h> /* For pango_language_from_string */ - #include "gtkintl.h" #include "gtkaccelmap.h" |