gtk/gtkcellview.c gtk/gtkcolorbutton.c gtk/gtkentrycompletion.c

2008-03-04  Michael Natterer  <mitch@imendio.com>

	* gtk/gtkcellview.c
	* gtk/gtkcolorbutton.c
	* gtk/gtkentrycompletion.c
	* gtk/gtkfontbutton.c
	* gtk/gtkiconview.c
	* gtk/gtkobject.c
	* gtk/gtkpaned.c
	* gtk/gtkpreview.c: don't include "gtksignal.h".

	* gtk/gtkfilefilter.c
	* gtk/gtkrecentchoosermenu.c
	* gtk/gtkrecentfilter.c
	* gtk/gtktext.c: don't include "gtkobject.h".


svn path=/trunk/; revision=19708
This commit is contained in:
Michael Natterer 2008-03-04 12:49:40 +00:00 committed by Michael Natterer
parent 11abc0d691
commit fee3aa919d
13 changed files with 16 additions and 12 deletions

View File

@ -1,3 +1,19 @@
2008-03-04 Michael Natterer <mitch@imendio.com>
* gtk/gtkcellview.c
* gtk/gtkcolorbutton.c
* gtk/gtkentrycompletion.c
* gtk/gtkfontbutton.c
* gtk/gtkiconview.c
* gtk/gtkobject.c
* gtk/gtkpaned.c
* gtk/gtkpreview.c: don't include "gtksignal.h".
* gtk/gtkfilefilter.c
* gtk/gtkrecentchoosermenu.c
* gtk/gtkrecentfilter.c
* gtk/gtktext.c: don't include "gtkobject.h".
2008-03-04 Simos Xenitellis <simos@gnome.org> 2008-03-04 Simos Xenitellis <simos@gnome.org>
Patch from http://bugzilla.gnome.org/show_bug.cgi?id=321896 Patch from http://bugzilla.gnome.org/show_bug.cgi?id=321896

View File

@ -22,7 +22,6 @@
#include "gtkcellview.h" #include "gtkcellview.h"
#include "gtkcelllayout.h" #include "gtkcelllayout.h"
#include "gtkintl.h" #include "gtkintl.h"
#include "gtksignal.h"
#include "gtkcellrenderertext.h" #include "gtkcellrenderertext.h"
#include "gtkcellrendererpixbuf.h" #include "gtkcellrendererpixbuf.h"
#include "gtkprivate.h" #include "gtkprivate.h"

View File

@ -41,7 +41,6 @@
#include "gtkdnd.h" #include "gtkdnd.h"
#include "gtkdrawingarea.h" #include "gtkdrawingarea.h"
#include "gtkframe.h" #include "gtkframe.h"
#include "gtksignal.h"
#include "gtkmarshalers.h" #include "gtkmarshalers.h"
#include "gtkprivate.h" #include "gtkprivate.h"
#include "gtkintl.h" #include "gtkintl.h"

View File

@ -32,7 +32,6 @@
#include "gtkwindow.h" #include "gtkwindow.h"
#include "gtkentry.h" #include "gtkentry.h"
#include "gtkmain.h" #include "gtkmain.h"
#include "gtksignal.h"
#include "gtkmarshalers.h" #include "gtkmarshalers.h"
#include "gtkprivate.h" #include "gtkprivate.h"

View File

@ -22,7 +22,6 @@
#include <string.h> #include <string.h>
#include "gtkfilefilter.h" #include "gtkfilefilter.h"
#include "gtkobject.h"
#include "gtkintl.h" #include "gtkintl.h"
#include "gtkprivate.h" #include "gtkprivate.h"

View File

@ -30,7 +30,6 @@
#include "gtkfontbutton.h" #include "gtkfontbutton.h"
#include "gtksignal.h"
#include "gtkmain.h" #include "gtkmain.h"
#include "gtkalignment.h" #include "gtkalignment.h"
#include "gtkhbox.h" #include "gtkhbox.h"

View File

@ -33,7 +33,6 @@
#include "gtkbindings.h" #include "gtkbindings.h"
#include "gtkdnd.h" #include "gtkdnd.h"
#include "gtkmain.h" #include "gtkmain.h"
#include "gtksignal.h"
#include "gtkintl.h" #include "gtkintl.h"
#include "gtkaccessible.h" #include "gtkaccessible.h"
#include "gtkwindow.h" #include "gtkwindow.h"

View File

@ -31,7 +31,6 @@
#include "gtkobject.h" #include "gtkobject.h"
#include "gtkintl.h" #include "gtkintl.h"
#include "gtkmarshalers.h" #include "gtkmarshalers.h"
#include "gtksignal.h"
#include "gtkprivate.h" #include "gtkprivate.h"
#include "gtkalias.h" #include "gtkalias.h"

View File

@ -28,7 +28,6 @@
#include "gtkintl.h" #include "gtkintl.h"
#include "gtkpaned.h" #include "gtkpaned.h"
#include "gtkbindings.h" #include "gtkbindings.h"
#include "gtksignal.h"
#include "gdk/gdkkeysyms.h" #include "gdk/gdkkeysyms.h"
#include "gtkwindow.h" #include "gtkwindow.h"
#include "gtkmain.h" #include "gtkmain.h"

View File

@ -37,7 +37,6 @@
#endif #endif
#include "gdk/gdkrgb.h" #include "gdk/gdkrgb.h"
#include "gtkpreview.h" #include "gtkpreview.h"
#include "gtksignal.h"
#include "gtkprivate.h" #include "gtkprivate.h"
#include "gtkintl.h" #include "gtkintl.h"
#include "gtkalias.h" #include "gtkalias.h"

View File

@ -43,7 +43,6 @@
#include "gtkmenu.h" #include "gtkmenu.h"
#include "gtkimage.h" #include "gtkimage.h"
#include "gtklabel.h" #include "gtklabel.h"
#include "gtkobject.h"
#include "gtktooltip.h" #include "gtktooltip.h"
#include "gtktypebuiltins.h" #include "gtktypebuiltins.h"
#include "gtkprivate.h" #include "gtkprivate.h"

View File

@ -22,7 +22,6 @@
#include <string.h> #include <string.h>
#include "gtkrecentfilter.h" #include "gtkrecentfilter.h"
#include "gtkobject.h"
#include "gtkintl.h" #include "gtkintl.h"
#include "gtkprivate.h" #include "gtkprivate.h"

View File

@ -37,7 +37,6 @@
#include "gtkselection.h" #include "gtkselection.h"
#include "gtksignal.h" #include "gtksignal.h"
#include "gtkstyle.h" #include "gtkstyle.h"
#include "gtkobject.h"
#define GTK_ENABLE_BROKEN #define GTK_ENABLE_BROKEN
#include "gtktext.h" #include "gtktext.h"
#include "line-wrap.xbm" #include "line-wrap.xbm"