diff options
author | Benjamin Otte <otte@redhat.com> | 2015-11-21 17:38:48 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-11-25 16:32:39 +0100 |
commit | 29cdb2001c2e81da5e90c0b242793ad37b984094 (patch) | |
tree | 17df2fbdbc697166a6cf01c0fddc65fd11a83434 /gtk/gtkiconhelperprivate.h | |
parent | 4843925660dbb1e15256d0ee9f4170a41f34777e (diff) | |
download | gtk+-29cdb2001c2e81da5e90c0b242793ad37b984094.tar.gz |
iconhelper: Don't include gtk.h
Diffstat (limited to 'gtk/gtkiconhelperprivate.h')
-rw-r--r-- | gtk/gtkiconhelperprivate.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk/gtkiconhelperprivate.h b/gtk/gtkiconhelperprivate.h index b4b2416f81..7e01d7882a 100644 --- a/gtk/gtkiconhelperprivate.h +++ b/gtk/gtkiconhelperprivate.h @@ -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 |