diff options
author | Michael Natterer <mitch@gimp.org> | 2008-10-30 18:38:06 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-10-30 18:38:06 +0000 |
commit | 7c0e3091fed4865daef6512728729b15160a969a (patch) | |
tree | 9d12abe65f01ee253909c2e0d978846ee9259f6b /gtk/gtkimcontext.h | |
parent | 3544c281330337d75d7bc399a8c1ad8ed9a0350a (diff) | |
download | gtk+-7c0e3091fed4865daef6512728729b15160a969a.tar.gz |
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
Diffstat (limited to 'gtk/gtkimcontext.h')
-rw-r--r-- | gtk/gtkimcontext.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkimcontext.h b/gtk/gtkimcontext.h index b1f3575ad6..7e92f76ceb 100644 --- a/gtk/gtkimcontext.h +++ b/gtk/gtkimcontext.h @@ -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 |