diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-08-27 17:08:22 +0000 |
|---|---|---|
| committer | Krzysztof Kosinski <tweenk.pl@gmail.com> | 2011-08-27 17:08:22 +0000 |
| commit | 49627b00f997f2068eb5836376fe4723154ca5bd (patch) | |
| tree | 87c5e554d8020ebfb93414fb25b9ca5c3adad0fb /src/widgets | |
| parent | Remove unused function project_on_linesegment from nr-point-fns.h (diff) | |
| download | inkscape-49627b00f997f2068eb5836376fe4723154ca5bd.tar.gz inkscape-49627b00f997f2068eb5836376fe4723154ca5bd.zip | |
Remove nr-forward.h
(bzr r10582.1.8)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/paint-selector.h | 10 |
1 files changed, 3 insertions, 7 deletions
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 <glib.h> +#include <gtk/gtk.h> +#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 <gtk/gtk.h> - -#include "../forward.h" -#include <color.h> -#include <libnr/nr-forward.h> - - /// Generic paint selector widget struct SPPaintSelector { GtkVBox vbox; |
