summaryrefslogtreecommitdiff
path: root/gtk/gtkclist.h
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-10-30 15:58:06 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-10-30 15:58:06 +0000
commite7b18d2a61adfba6f92d95007ebb5655b5ecc609 (patch)
tree71b398bbc9d700abf7bf7c7f36432ca465eb7ba8 /gtk/gtkclist.h
parent2c32cdd8939aae1db1af1dc54876c83fe9e05b17 (diff)
downloadgtk+-e7b18d2a61adfba6f92d95007ebb5655b5ecc609.tar.gz
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
Diffstat (limited to 'gtk/gtkclist.h')
-rw-r--r--gtk/gtkclist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkclist.h b/gtk/gtkclist.h
index bca7401c85..e167c530ec 100644
--- a/gtk/gtkclist.h
+++ b/gtk/gtkclist.h
@@ -30,7 +30,7 @@
#ifndef __GTK_CLIST_H__
#define __GTK_CLIST_H__
-#include <gdk/gdk.h>
+
#include <gtk/gtksignal.h>
#include <gtk/gtkalignment.h>
#include <gtk/gtklabel.h>
@@ -39,6 +39,7 @@
#include <gtk/gtkvscrollbar.h>
#include <gtk/gtkenums.h>
+
G_BEGIN_DECLS