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:
committed by
Michael Natterer
parent
079dcccc8d
commit
53dd05475b
@ -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
|
||||
|
||||
Reference in New Issue
Block a user