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/sp-item-transform.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/sp-item-transform.h')
| -rw-r--r-- | src/sp-item-transform.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/sp-item-transform.h b/src/sp-item-transform.h index df87da84c..8f6cdc24d 100644 --- a/src/sp-item-transform.h +++ b/src/sp-item-transform.h @@ -2,11 +2,7 @@ #define SP_ITEM_TRANSFORM_H #include "forward.h" -namespace NR { -class translate; -class rotate; -class Rect; -} +#include <libnr/nr-forward.h> void sp_item_rotate_rel(SPItem *item, NR::rotate const &rotation); void sp_item_scale_rel (SPItem *item, NR::scale const &scale); |
