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.
This commit is contained in:
Benjamin Otte
2012-03-03 19:41:55 +01:00
parent 7844e8089c
commit 2353d60b8a
33 changed files with 85 additions and 58 deletions

View File

@ -22,8 +22,8 @@
#ifndef __GTK_SCROLLABLE_H__
#define __GTK_SCROLLABLE_H__
#include <gtk/gtkadjustment.h>
#include <gtk/gtkenums.h>
#include <gtk/gtktypes.h>
G_BEGIN_DECLS