gtk/gtkclist.h revert includes to how they have been before the
2008-06-03 Michael Natterer <mitch@imendio.com> * gtk/gtkclist.h * gtk/gtkctree.h: revert includes to how they have been before the GTK_DISABLE_SINGLE_INCLUDES changes. Apparently I missed the fact that you can't include <gtk/gtk.h> from two headers where one is a parent class of the other and expect them both to be includable individually. svn path=/trunk/; revision=20302
This commit is contained in:
committed by
Michael Natterer
parent
af55cea3ef
commit
54d9b40015
@ -1,3 +1,12 @@
|
|||||||
|
2008-06-03 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
|
* gtk/gtkclist.h
|
||||||
|
* gtk/gtkctree.h: revert includes to how they have been before the
|
||||||
|
GTK_DISABLE_SINGLE_INCLUDES changes. Apparently I missed the fact
|
||||||
|
that you can't include <gtk/gtk.h> from two headers where one is a
|
||||||
|
parent class of the other and expect them both to be includable
|
||||||
|
individually.
|
||||||
|
|
||||||
2008-06-03 Michael Natterer <mitch@imendio.com>
|
2008-06-03 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
* gtk/gtkprinteroptionset.h: remove newline at beginning of file.
|
* gtk/gtkprinteroptionset.h: remove newline at beginning of file.
|
||||||
|
|||||||
@ -30,7 +30,14 @@
|
|||||||
#ifndef __GTK_CLIST_H__
|
#ifndef __GTK_CLIST_H__
|
||||||
#define __GTK_CLIST_H__
|
#define __GTK_CLIST_H__
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gdk/gdk.h>
|
||||||
|
#include <gtk/gtksignal.h>
|
||||||
|
#include <gtk/gtkalignment.h>
|
||||||
|
#include <gtk/gtklabel.h>
|
||||||
|
#include <gtk/gtkbutton.h>
|
||||||
|
#include <gtk/gtkhscrollbar.h>
|
||||||
|
#include <gtk/gtkvscrollbar.h>
|
||||||
|
#include <gtk/gtkenums.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|||||||
@ -33,7 +33,7 @@
|
|||||||
#ifndef __GTK_CTREE_H__
|
#ifndef __GTK_CTREE_H__
|
||||||
#define __GTK_CTREE_H__
|
#define __GTK_CTREE_H__
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtkclist.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user