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/gtkentry.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/gtkentry.h')
-rw-r--r-- | gtk/gtkentry.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkentry.h b/gtk/gtkentry.h index 0f6ba3d984..1416033859 100644 --- a/gtk/gtkentry.h +++ b/gtk/gtkentry.h @@ -36,7 +36,6 @@ #include <gtk/gtkimcontext.h> #include <gtk/gtkmenu.h> #include <gtk/gtkentrycompletion.h> -#include <pango/pango.h> G_BEGIN_DECLS |