summaryrefslogtreecommitdiff
path: root/gtk/gtkadjustment.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-03-03 19:41:55 +0100
committerBenjamin Otte <otte@redhat.com>2012-03-03 19:45:03 +0100
commit2353d60b8a7a4f2ba619a4226fb7df04f126334a (patch)
tree6fd226177e1a80f555e814bb8c100208e38593ef /gtk/gtkadjustment.h
parent7844e8089c53ce3b4e209420f93a07b5ef3f7293 (diff)
downloadgtk+-2353d60b8a7a4f2ba619a4226fb7df04f126334a.tar.gz
types: Move GtkAdustment declaration to gtktypes.h
... and make all the headers to not include gtkadjustment.h anymore. Of course, also include it in the source files instead.
Diffstat (limited to 'gtk/gtkadjustment.h')
-rw-r--r--gtk/gtkadjustment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkadjustment.h b/gtk/gtkadjustment.h
index 894d62aea9..8af9685151 100644
--- a/gtk/gtkadjustment.h
+++ b/gtk/gtkadjustment.h
@@ -30,6 +30,7 @@
#define __GTK_ADJUSTMENT_H__
#include <gdk/gdk.h>
+#include <gtk/gtktypes.h>
G_BEGIN_DECLS
@@ -41,7 +42,6 @@ G_BEGIN_DECLS
#define GTK_ADJUSTMENT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_ADJUSTMENT, GtkAdjustmentClass))
-typedef struct _GtkAdjustment GtkAdjustment;
typedef struct _GtkAdjustmentPrivate GtkAdjustmentPrivate;
typedef struct _GtkAdjustmentClass GtkAdjustmentClass;