diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-07-07 20:23:57 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-07-07 20:23:57 +0000 |
| commit | 755f2f762f364c864fa5fb2410a800d48dc23485 (patch) | |
| tree | a259a95e5e6d3f4ab79fe9e8dc001f97dd183f8c /src/knot-holder-entity.h | |
| parent | cleanup unused methods in spcurve (diff) | |
| download | inkscape-755f2f762f364c864fa5fb2410a800d48dc23485.tar.gz inkscape-755f2f762f364c864fa5fb2410a800d48dc23485.zip | |
replace separate forward declarations by proper forward.h inclusion
(bzr r6214)
Diffstat (limited to 'src/knot-holder-entity.h')
| -rw-r--r-- | src/knot-holder-entity.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/knot-holder-entity.h b/src/knot-holder-entity.h index ea90c4254..e4564cd01 100644 --- a/src/knot-holder-entity.h +++ b/src/knot-holder-entity.h @@ -19,12 +19,10 @@ #include <glib/gtypes.h> #include "knot.h" +#include <libnr/nr-forward.h> struct SPItem; struct SPKnot; -namespace NR { -class Point; -} class SPDesktop; class KnotHolder; |
