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/gtkstyle.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/gtkstyle.h')
-rw-r--r-- | gtk/gtkstyle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkstyle.h b/gtk/gtkstyle.h index 48c4ce8e10..bef5c2bb83 100644 --- a/gtk/gtkstyle.h +++ b/gtk/gtkstyle.h @@ -34,7 +34,6 @@ #include <gdk/gdk.h> #include <gtk/gtkenums.h> -#include <pango/pango.h> G_BEGIN_DECLS |