From 49627b00f997f2068eb5836376fe4723154ca5bd Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Sat, 27 Aug 2011 19:08:22 +0200 Subject: Remove nr-forward.h (bzr r10582.1.8) --- src/widgets/paint-selector.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/widgets') diff --git a/src/widgets/paint-selector.h b/src/widgets/paint-selector.h index ebcac380f..f32c2c83d 100644 --- a/src/widgets/paint-selector.h +++ b/src/widgets/paint-selector.h @@ -14,8 +14,11 @@ */ #include +#include +#include "color.h" #include "fill-or-stroke.h" +#include "forward.h" #include "sp-gradient-spread.h" #include "sp-gradient-units.h" @@ -27,13 +30,6 @@ class SPGradient; #define SP_IS_PAINT_SELECTOR(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), SP_TYPE_PAINT_SELECTOR)) #define SP_IS_PAINT_SELECTOR_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), SP_TYPE_PAINT_SELECTOR)) -#include - -#include "../forward.h" -#include -#include - - /// Generic paint selector widget struct SPPaintSelector { GtkVBox vbox; -- cgit v1.2.3