diff options
author | Benjamin Otte <otte@redhat.com> | 2012-11-25 04:16:43 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-11-25 04:16:43 +0100 |
commit | 41486895d5c59ebe049a57e2083f3987fe15ddf6 (patch) | |
tree | 60ef8d771d7bc4ee729554125039dacfc7af574f /gtk/gtkcsscustomproperty.c | |
parent | 0862afadedf1a8e0188c21d213fdc0906477a625 (diff) | |
download | gtk+-41486895d5c59ebe049a57e2083f3987fe15ddf6.tar.gz |
deprecations: Move files into deprecated/ dir
Diffstat (limited to 'gtk/gtkcsscustomproperty.c')
-rw-r--r-- | gtk/gtkcsscustomproperty.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkcsscustomproperty.c b/gtk/gtkcsscustomproperty.c index 1a304afb47..017a8a22e1 100644 --- a/gtk/gtkcsscustomproperty.c +++ b/gtk/gtkcsscustomproperty.c @@ -26,9 +26,10 @@ #include "gtkcssstylefuncsprivate.h" #include "gtkcsstypedvalueprivate.h" #include "gtkstylepropertiesprivate.h" -#include "gtksymboliccolor.h" #include "gtkthemingengine.h" +#include "deprecated/gtksymboliccolor.h" + G_DEFINE_TYPE (GtkCssCustomProperty, _gtk_css_custom_property, GTK_TYPE_CSS_STYLE_PROPERTY) static GType |