mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
gtk/gtkcellrenderertext.h gtk/gtkentry.[ch] gtk/gtkimcontext.h
2008-10-30 Michael Natterer <mitch@gimp.org> * gtk/gtkcellrenderertext.h * gtk/gtkentry.[ch] * gtk/gtkimcontext.h * gtk/gtklabel.c * gtk/gtkstyle.h: <pango/pango.h> is pulled in by <gdk/gdk.h>, remove its inclusion here. svn path=/trunk/; revision=21735
This commit is contained in:
parent
3544c28133
commit
7c0e3091fe
@ -1,3 +1,12 @@
|
||||
2008-10-30 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtkcellrenderertext.h
|
||||
* gtk/gtkentry.[ch]
|
||||
* gtk/gtkimcontext.h
|
||||
* gtk/gtklabel.c
|
||||
* gtk/gtkstyle.h: <pango/pango.h> is pulled in by <gdk/gdk.h>,
|
||||
remove its inclusion here.
|
||||
|
||||
2008-10-30 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/*.h: no need to include <gtk/gtkenums.h> in headers which
|
||||
|
@ -24,7 +24,7 @@
|
||||
#ifndef __GTK_CELL_RENDERER_TEXT_H__
|
||||
#define __GTK_CELL_RENDERER_TEXT_H__
|
||||
|
||||
#include <pango/pango.h>
|
||||
|
||||
#include <gtk/gtkcellrenderer.h>
|
||||
|
||||
|
||||
|
@ -22,14 +22,12 @@
|
||||
* Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
|
||||
* file for a list of people on the GTK+ Team. See the ChangeLog
|
||||
* files for a list of changes. These files are distributed with
|
||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <string.h>
|
||||
|
||||
#include <pango/pango.h>
|
||||
|
||||
#include "gdk/gdkkeysyms.h"
|
||||
#include "gtkalignment.h"
|
||||
#include "gtkbindings.h"
|
||||
|
@ -36,7 +36,6 @@
|
||||
#include <gtk/gtkimcontext.h>
|
||||
#include <gtk/gtkmenu.h>
|
||||
#include <gtk/gtkentrycompletion.h>
|
||||
#include <pango/pango.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
@ -24,9 +24,10 @@
|
||||
#ifndef __GTK_IM_CONTEXT_H__
|
||||
#define __GTK_IM_CONTEXT_H__
|
||||
|
||||
|
||||
#include <gdk/gdk.h>
|
||||
#include <gtk/gtkobject.h>
|
||||
#include <pango/pango.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -20,12 +20,14 @@
|
||||
* Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
|
||||
* file for a list of people on the GTK+ Team. See the ChangeLog
|
||||
* files for a list of changes. These files are distributed with
|
||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "gtklabel.h"
|
||||
#include "gtkaccellabel.h"
|
||||
#include "gtkdnd.h"
|
||||
@ -34,7 +36,6 @@
|
||||
#include "gtkwindow.h"
|
||||
#include "gdk/gdkkeysyms.h"
|
||||
#include "gtkclipboard.h"
|
||||
#include <pango/pango.h>
|
||||
#include "gtkimagemenuitem.h"
|
||||
#include "gtkintl.h"
|
||||
#include "gtkseparatormenuitem.h"
|
||||
|
@ -34,7 +34,6 @@
|
||||
|
||||
#include <gdk/gdk.h>
|
||||
#include <gtk/gtkenums.h>
|
||||
#include <pango/pango.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
Loading…
Reference in New Issue
Block a user