gtk/gtkassistant.h gtk/gtkcellrenderer.h gtk/gtkfilechooserentry.h
2008-06-24 Michael Natterer <mitch@imendio.com> * gtk/gtkassistant.h * gtk/gtkcellrenderer.h * gtk/gtkfilechooserentry.h * gtk/gtkprivate.h * gtk/gtktooltip.h * gtk/gtktreeview.h * gtk/gtkwindow.h: no need to include gtkwidget.h or gtkobject.h if there is any other widget included, they all have to include their respective parent classes (the is-a relation works for includes too). svn path=/trunk/; revision=20679
This commit is contained in:

committed by
Michael Natterer

parent
7146dd12e5
commit
a13f698b3a
13
ChangeLog
13
ChangeLog
@ -1,3 +1,16 @@
|
||||
2008-06-24 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkassistant.h
|
||||
* gtk/gtkcellrenderer.h
|
||||
* gtk/gtkfilechooserentry.h
|
||||
* gtk/gtkprivate.h
|
||||
* gtk/gtktooltip.h
|
||||
* gtk/gtktreeview.h
|
||||
* gtk/gtkwindow.h: no need to include gtkwidget.h or gtkobject.h
|
||||
if there is any other widget included, they all have to include
|
||||
their respective parent classes (the is-a relation works for
|
||||
includes too).
|
||||
|
||||
2008-06-24 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtktextutil.h: remove includes from this internal header.
|
||||
|
@ -30,7 +30,6 @@
|
||||
#ifndef __GTK_ASSISTANT_H__
|
||||
#define __GTK_ASSISTANT_H__
|
||||
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <gtk/gtkwindow.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
@ -24,8 +24,6 @@
|
||||
#ifndef __GTK_CELL_RENDERER_H__
|
||||
#define __GTK_CELL_RENDERER_H__
|
||||
|
||||
#include <gtk/gtkobject.h>
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <gtk/gtkcelleditable.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#include "gtkfilesystem.h"
|
||||
#include "gtkfilechooser.h"
|
||||
#include <gtk/gtkwidget.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -21,17 +21,14 @@
|
||||
* Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
|
||||
* file for a list of people on the GTK+ Team. See the ChangeLog
|
||||
* files for a list of changes. These files are distributed with
|
||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||
*/
|
||||
|
||||
#ifndef __GTK_PRIVATE_H__
|
||||
#define __GTK_PRIVATE_H__
|
||||
|
||||
|
||||
#include <gtk/gtkobject.h>
|
||||
#include <gtk/gtkwidget.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
/* The private flags that are used in the private_flags member of GtkWidget.
|
||||
|
@ -26,7 +26,6 @@
|
||||
#ifndef __GTK_TOOLTIP_H__
|
||||
#define __GTK_TOOLTIP_H__
|
||||
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <gtk/gtkwindow.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
@ -24,14 +24,12 @@
|
||||
#ifndef __GTK_TREE_VIEW_H__
|
||||
#define __GTK_TREE_VIEW_H__
|
||||
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <gtk/gtkcontainer.h>
|
||||
#include <gtk/gtktreemodel.h>
|
||||
#include <gtk/gtktreeviewcolumn.h>
|
||||
#include <gtk/gtkdnd.h>
|
||||
#include <gtk/gtkentry.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
||||
|
@ -31,12 +31,10 @@
|
||||
#ifndef __GTK_WINDOW_H__
|
||||
#define __GTK_WINDOW_H__
|
||||
|
||||
|
||||
#include <gdk/gdk.h>
|
||||
#include <gtk/gtkaccelgroup.h>
|
||||
#include <gtk/gtkbin.h>
|
||||
#include <gtk/gtkenums.h>
|
||||
#include <gtk/gtkwidget.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
Reference in New Issue
Block a user