summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-07-07 20:23:57 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-07-07 20:23:57 +0000
commit755f2f762f364c864fa5fb2410a800d48dc23485 (patch)
treea259a95e5e6d3f4ab79fe9e8dc001f97dd183f8c /src/ui
parentcleanup unused methods in spcurve (diff)
downloadinkscape-755f2f762f364c864fa5fb2410a800d48dc23485.tar.gz
inkscape-755f2f762f364c864fa5fb2410a800d48dc23485.zip
replace separate forward declarations by proper forward.h inclusion
(bzr r6214)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/view/view.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ui/view/view.h b/src/ui/view/view.h
index e1d4e491f..63a138f67 100644
--- a/src/ui/view/view.h
+++ b/src/ui/view/view.h
@@ -20,7 +20,7 @@
#include "gc-managed.h"
#include "gc-finalized.h"
#include "gc-anchored.h"
-
+#include <libnr/nr-forward.h>
/**
* Iterates until true or returns false.
@@ -52,10 +52,6 @@ struct StopOnNonZero {
}
};
-
-namespace NR {
- class Point;
-}
class SPDocument;
namespace Inkscape {