From e598f17871086a233e9bfabae98c56908201e3e3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 25 Nov 2010 20:39:53 -0500 Subject: Some header cleanups Move GtkGradient to their own files, also move GtkBorder out of gtkstyle.h, so that header can be all deprecated. --- gtk/gtkstylecontext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtkstylecontext.c') diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c index 61d3b7b5cd..190579d892 100644 --- a/gtk/gtkstylecontext.c +++ b/gtk/gtkstylecontext.c @@ -30,14 +30,14 @@ #include "gtkwidget.h" #include "gtkwindow.h" #include "gtkprivate.h" +#include "gtksymboliccolor.h" #include "gtkanimationdescription.h" #include "gtktimeline.h" /** * SECTION:gtkstylecontext - * @Short_description: rendering UI elements + * @Short_description: Rendering UI elements * @Title: GtkStyleContext - * @See_also: * * #GtkStyleContext is an object that stores styling information affecting * a widget defined by #GtkWidgetPath. -- cgit v1.2.1