summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2011-08-27 17:08:22 +0000
committerKrzysztof Kosinski <tweenk.pl@gmail.com>2011-08-27 17:08:22 +0000
commit49627b00f997f2068eb5836376fe4723154ca5bd (patch)
tree87c5e554d8020ebfb93414fb25b9ca5c3adad0fb /src/widgets
parentRemove unused function project_on_linesegment from nr-point-fns.h (diff)
downloadinkscape-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.h10
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;