Fix includes.

Thu Oct 23 20:21:16 2003  Kristian Rietveld  <kris@gtk.org>

	* gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
	gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
	gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
This commit is contained in:
Kristian Rietveld 2003-10-23 18:25:53 +00:00 committed by Kristian Rietveld
parent 432c583ad5
commit 3a5b5a0f78
13 changed files with 76 additions and 46 deletions

View File

@ -1,3 +1,9 @@
Thu Oct 23 20:21:16 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* NEWS: Partial update for 2.3.0.

View File

@ -1,3 +1,9 @@
Thu Oct 23 20:21:16 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* NEWS: Partial update for 2.3.0.

View File

@ -1,3 +1,9 @@
Thu Oct 23 20:21:16 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* NEWS: Partial update for 2.3.0.

View File

@ -1,3 +1,9 @@
Thu Oct 23 20:21:16 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* NEWS: Partial update for 2.3.0.

View File

@ -1,3 +1,9 @@
Thu Oct 23 20:21:16 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c,
gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c,
gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk>
* NEWS: Partial update for 2.3.0.

View File

@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
#include <gtk/gtkcelllayout.h>
#include "gtkcelllayout.h"
GType
gtk_cell_layout_get_type (void)

View File

@ -18,7 +18,7 @@
*/
#include <stdlib.h>
#include <gtk/gtkcellrenderertoggle.h>
#include "gtkcellrenderertoggle.h"
#include "gtkintl.h"
#include "gtkmarshalers.h"
#include "gtktreeprivate.h"

View File

@ -17,12 +17,12 @@
* Boston, MA 02111-1307, USA.
*/
#include <gtk/gtkcellview.h>
#include <gtk/gtkcelllayout.h>
#include <gtk/gtkintl.h>
#include <gtk/gtksignal.h>
#include <gtk/gtkcellrenderertext.h>
#include <gtk/gtkcellrendererpixbuf.h>
#include "gtkcellview.h"
#include "gtkcelllayout.h"
#include "gtkintl.h"
#include "gtksignal.h"
#include "gtkcellrenderertext.h"
#include "gtkcellrendererpixbuf.h"
#include <gobject/gmarshal.h>
typedef struct _GtkCellViewCellInfo GtkCellViewCellInfo;

View File

@ -17,8 +17,8 @@
* Boston, MA 02111-1307, USA.
*/
#include <gtk/gtkcellviewmenuitem.h>
#include <gtk/gtkcellview.h>
#include "gtkcellviewmenuitem.h"
#include "gtkcellview.h"
struct _GtkCellViewMenuItemPrivate
{

View File

@ -17,29 +17,29 @@
* Boston, MA 02111-1307, USA.
*/
#include <gtk/gtkcombobox.h>
#include <gtk/gtkcelllayout.h>
#include <gtk/gtkcellview.h>
#include <gtk/gtkcellviewmenuitem.h>
#include "gtkcombobox.h"
#include "gtkcelllayout.h"
#include "gtkcellview.h"
#include "gtkcellviewmenuitem.h"
#include <gtk/gtktreeselection.h>
#include <gtk/gtkframe.h>
#include <gtk/gtktogglebutton.h>
#include <gtk/gtkvseparator.h>
#include <gtk/gtkarrow.h>
#include <gtk/gtkmenu.h>
#include <gtk/gtkmain.h>
#include <gtk/gtkeventbox.h>
#include <gtk/gtkcellrenderertext.h>
#include <gtk/gtkbindings.h>
#include <gtk/gtkliststore.h>
#include <gtk/gtkwindow.h>
#include "gtktreeselection.h"
#include "gtkframe.h"
#include "gtktogglebutton.h"
#include "gtkvseparator.h"
#include "gtkarrow.h"
#include "gtkmenu.h"
#include "gtkmain.h"
#include "gtkeventbox.h"
#include "gtkcellrenderertext.h"
#include "gtkbindings.h"
#include "gtkliststore.h"
#include "gtkwindow.h"
#include <gdk/gdkkeysyms.h>
#include <string.h>
#include <gobject/gvaluecollector.h>
#include <string.h>
#include <stdarg.h>
#include "gtkmarshalers.h"

View File

@ -17,11 +17,11 @@
* Boston, MA 02111-1307, USA.
*/
#include <gtk/gtkcomboboxentry.h>
#include <gtk/gtkcelllayout.h>
#include "gtkcomboboxentry.h"
#include "gtkcelllayout.h"
#include <gtk/gtkentry.h>
#include <gtk/gtkcellrenderertext.h>
#include "gtkentry.h"
#include "gtkcellrenderertext.h"
#include "gtkintl.h"

View File

@ -17,21 +17,21 @@
* Boston, MA 02111-1307, USA.
*/
#include <gtk/gtkentrycompletion.h>
#include <gtk/gtkentryprivate.h>
#include <gtk/gtkcelllayout.h>
#include "gtkentrycompletion.h"
#include "gtkentryprivate.h"
#include "gtkcelllayout.h"
#include <gtk/gtkintl.h>
#include <gtk/gtkcellrenderertext.h>
#include <gtk/gtktreeselection.h>
#include <gtk/gtktreeview.h>
#include <gtk/gtkscrolledwindow.h>
#include <gtk/gtkvbox.h>
#include <gtk/gtkwindow.h>
#include <gtk/gtkentry.h>
#include <gtk/gtkmain.h>
#include <gtk/gtksignal.h>
#include <gtk/gtkmarshalers.h>
#include "gtkintl.h"
#include "gtkcellrenderertext.h"
#include "gtktreeselection.h"
#include "gtktreeview.h"
#include "gtkscrolledwindow.h"
#include "gtkvbox.h"
#include "gtkwindow.h"
#include "gtkentry.h"
#include "gtkmain.h"
#include "gtksignal.h"
#include "gtkmarshalers.h"
#include <string.h>

View File

@ -19,7 +19,7 @@
*/
#include "gtktreemodelfilter.h"
#include <gtk/gtkintl.h>
#include "gtkintl.h"
#include <string.h>
/* ITER FORMAT: