iconhelper: Don't include gtk.h

This commit is contained in:
Benjamin Otte 2015-11-21 17:38:48 +01:00
parent 4843925660
commit 29cdb2001c
3 changed files with 8 additions and 3 deletions

View File

@ -45,6 +45,8 @@
#include "gtkdnd.h"
#include "gtkdndprivate.h"
#include "gtkgesturedrag.h"
#include "gtkgesturesingle.h"
#include "gtkiconhelperprivate.h"
#include "gtkicontheme.h"
#include "gtkmain.h"
@ -52,7 +54,9 @@
#include "gtktooltipprivate.h"
#include "gtkwindow.h"
#include "gtkintl.h"
#include "gtkrender.h"
#include "gtkselectionprivate.h"
#include "gtkwindowgroup.h"
#include "gtkwindowprivate.h"

View File

@ -25,7 +25,9 @@
#include "gtkcssenumvalueprivate.h"
#include "gtkiconhelperprivate.h"
#include "gtkrender.h"
#include "gtkstylecontextprivate.h"
#include "deprecated/gtkstock.h"
struct _GtkIconHelperPrivate {
GtkImageType storage_type;

View File

@ -20,9 +20,8 @@
#ifndef __GTK_ICON_HELPER_H__
#define __GTK_ICON_HELPER_H__
#include <glib-object.h>
#include <gtk/gtk.h>
#include "gtk/gtkimage.h"
#include "gtk/gtktypes.h"
G_BEGIN_DECLS