no need to include <gdk/gdk.h> in any widget header, it's included via
2008-10-30 Michael Natterer <mitch@imendio.com> * gtk/*.h: no need to include <gdk/gdk.h> in any widget header, it's included via gtkwidget.h anyway. svn path=/trunk/; revision=21732
This commit is contained in:

committed by
Michael Natterer

parent
2c32cdd893
commit
e7b18d2a61
@ -20,16 +20,17 @@
|
||||
* Modified by the GTK+ Team and others 1997-2006. 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_WIN32_EMBED_WIDGET_H__
|
||||
#define __GTK_WIN32_EMBED_WIDGET_H__
|
||||
|
||||
#include <gdk/gdk.h>
|
||||
|
||||
#include <gtk/gtkwindow.h>
|
||||
#include "win32/gdkwin32.h"
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GTK_TYPE_WIN32_EMBED_WIDGET (gtk_win32_embed_widget_get_type ())
|
||||
|
Reference in New Issue
Block a user