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

@ -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;