diff options
Diffstat (limited to 'gtk/gtkiconfactory.h')
-rw-r--r-- | gtk/gtkiconfactory.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gtk/gtkiconfactory.h b/gtk/gtkiconfactory.h index a40af425e0..8e49e62de4 100644 --- a/gtk/gtkiconfactory.h +++ b/gtk/gtkiconfactory.h @@ -30,9 +30,8 @@ #define __GTK_ICON_FACTORY_H__ #include <gdk/gdk.h> -#include <gtk/gtksettings.h> #include <gtk/gtkenums.h> -#include <gtk/gtkwidgetpath.h> +#include <gtk/gtktypes.h> G_BEGIN_DECLS @@ -50,12 +49,6 @@ typedef struct _GtkIconFactory GtkIconFactory; typedef struct _GtkIconFactoryPrivate GtkIconFactoryPrivate; typedef struct _GtkIconFactoryClass GtkIconFactoryClass; -typedef struct _GtkIconSet GtkIconSet; -typedef struct _GtkIconSource GtkIconSource; - -typedef struct _GtkStyle GtkStyle; -typedef struct _GtkRcStyle GtkRcStyle; - struct _GtkIconFactory { GObject parent_instance; |