summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2008-07-05 12:03:34 +0000
committerpjrm <pjrm@users.sourceforge.net>2008-07-05 12:03:34 +0000
commit58d6d6934ca99a615770a26ed1c662570815c4a8 (patch)
treeec839b73aa6d32c500544462e97abf61b534c790 /src
parentselect-context.h: Supply missing #includes/declarations so that we don't depe... (diff)
downloadinkscape-58d6d6934ca99a615770a26ed1c662570815c4a8.tar.gz
inkscape-58d6d6934ca99a615770a26ed1c662570815c4a8.zip
shape-editor.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
(bzr r6183)
Diffstat (limited to 'src')
-rw-r--r--src/shape-editor.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/shape-editor.h b/src/shape-editor.h
index b117c3ce9..7ce0732a4 100644
--- a/src/shape-editor.h
+++ b/src/shape-editor.h
@@ -14,15 +14,13 @@
#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;