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/live_effects | |
| 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/live_effects')
| -rw-r--r-- | src/live_effects/effect.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h index 07b58c87c..38c9ccdaa 100644 --- a/src/live_effects/effect.h +++ b/src/live_effects/effect.h @@ -14,6 +14,7 @@ #include <map> #include <glibmm/ustring.h> #include <2geom/path.h> +#include <2geom/forward.h> #include "ui/widget/registry.h" #include "util/enums.h" #include "sp-lpe-item.h" @@ -37,10 +38,6 @@ namespace Gtk { class Tooltips; } -namespace Geom { - class Matrix; -} - namespace Inkscape { namespace XML { |
