summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f24d189)
raw | patch | inline | side by side (parent: f24d189)
author | pjrm <pjrm@users.sourceforge.net> | |
Sat, 5 Jul 2008 12:03:34 +0000 (12:03 +0000) | ||
committer | pjrm <pjrm@users.sourceforge.net> | |
Sat, 5 Jul 2008 12:03:34 +0000 (12:03 +0000) |
src/shape-editor.h | patch | blob | history |
diff --git a/src/shape-editor.h b/src/shape-editor.h
index b117c3ce9db64a8fd59437561f1af0bdf0ea1643..7ce0732a43f64690c1565e1eb125254b56bba5ed 100644 (file)
--- a/src/shape-editor.h
+++ b/src/shape-editor.h
#include <forward.h>
-namespace Inkscape {
-namespace NodePath {
-class Path;
-}
-}
+namespace Inkscape { namespace NodePath { class Path; } }
+namespace NR { class Rect; }
#include "libnr/nr-path-code.h"
#include "libnr/nr-point.h"
#include "libnr/nr-maybe.h"
+#include <vector>
class KnotHolder;
class SPDesktop;