forked from AuroraMiddleware/gtk
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:
parent
079dcccc8d
commit
53dd05475b
15
ChangeLog
15
ChangeLog
@ -1,3 +1,18 @@
|
||||
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>.
|
||||
|
||||
2008-04-25 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gdk/gdkfont.h: include <pango/pango.h> instead of
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <pango/pango-utils.h> /* For pango_scan_* */
|
||||
#include "gtkiconfactory.h"
|
||||
#include "gtkiconcache.h"
|
||||
#include "gtkdebug.h"
|
||||
|
@ -32,7 +32,6 @@
|
||||
|
||||
#include <glib/gstdio.h>
|
||||
#include <gmodule.h>
|
||||
#include <pango/pango-utils.h>
|
||||
#include "gtkimmodule.h"
|
||||
#include "gtkimcontextsimple.h"
|
||||
#include "gtksettings.h"
|
||||
|
@ -49,8 +49,6 @@
|
||||
#undef STRICT
|
||||
#endif
|
||||
|
||||
#include <pango/pango-types.h> /* For pango_language_from_string */
|
||||
|
||||
#include "gtkintl.h"
|
||||
|
||||
#include "gtkaccelmap.h"
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include "gtkalias.h"
|
||||
|
||||
#include <gmodule.h>
|
||||
#include <pango/pango-utils.h> /* For pango_split_file_list */
|
||||
|
||||
typedef struct _GtkModuleInfo GtkModuleInfo;
|
||||
struct _GtkModuleInfo
|
||||
|
@ -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"
|
||||
|
||||
|
@ -37,7 +37,6 @@
|
||||
#define SOEXT ("." G_MODULE_SUFFIX)
|
||||
#endif
|
||||
|
||||
#include <pango/pango-utils.h>
|
||||
#include "gtk/gtkrc.h"
|
||||
#include "gtk/gtkimmodule.h"
|
||||
#include "gtk/gtkversion.h"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user