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/shape-editor.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/shape-editor.h')
| -rw-r--r-- | src/shape-editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shape-editor.h b/src/shape-editor.h index 7ce0732a4..48d008b1f 100644 --- a/src/shape-editor.h +++ b/src/shape-editor.h @@ -13,9 +13,9 @@ */ #include <forward.h> +#include <libnr/nr-forward.h> namespace Inkscape { namespace NodePath { class Path; } } -namespace NR { class Rect; } #include "libnr/nr-path-code.h" #include "libnr/nr-point.h" |
