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
This commit is contained in:
Michael Natterer
2008-04-25 15:18:07 +00:00
committed by Michael Natterer
parent 079dcccc8d
commit 53dd05475b
8 changed files with 17 additions and 8 deletions

View File

@ -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