diff options
author | Benjamin Otte <otte@redhat.com> | 2012-11-25 02:59:15 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-11-25 02:59:15 +0100 |
commit | 4f9a8e6b3d16f3a12aade5e40f45e02094545f1f (patch) | |
tree | af1e1e4ba00389b74f970f6ce21c488776bc71e9 /gtk/gtkstyleproperties.c | |
parent | 42dc0ea0fd423f3794d1f77bb9bb84d5bc9d3c0e (diff) | |
download | gtk+-4f9a8e6b3d16f3a12aade5e40f45e02094545f1f.tar.gz |
symboliccolor: Remove extra includes
That header was included in way too many places.
Diffstat (limited to 'gtk/gtkstyleproperties.c')
-rw-r--r-- | gtk/gtkstyleproperties.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkstyleproperties.c b/gtk/gtkstyleproperties.c index cb4c6ec877..e86672ae43 100644 --- a/gtk/gtkstyleproperties.c +++ b/gtk/gtkstyleproperties.c @@ -37,6 +37,7 @@ #include "gtkstyleproviderprivate.h" #include "gtkintl.h" +#include "gtksymboliccolorprivate.h" #include "gtkwin32themeprivate.h" /** |