diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-08-17 23:00:17 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-08-17 23:00:17 +0000 |
| commit | edfb498b153d83f38fc5e01345b292cb6c5751f1 (patch) | |
| tree | 7fe37237e437236082e640fc4f1af2094ca49735 /src/live_effects/lpe-slant.cpp | |
| parent | updated Slovak translation in trunk, removed obsolete fuzzy strings (diff) | |
| download | inkscape-edfb498b153d83f38fc5e01345b292cb6c5751f1.tar.gz inkscape-edfb498b153d83f38fc5e01345b292cb6c5751f1.zip | |
Add lpe-skeleton for easy implementation!
(bzr r3500)
Diffstat (limited to 'src/live_effects/lpe-slant.cpp')
| -rw-r--r-- | src/live_effects/lpe-slant.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/live_effects/lpe-slant.cpp b/src/live_effects/lpe-slant.cpp index 93107f81a..c40d5fa20 100644 --- a/src/live_effects/lpe-slant.cpp +++ b/src/live_effects/lpe-slant.cpp @@ -7,15 +7,8 @@ */
#include "live_effects/lpe-slant.h"
-#include "sp-shape.h"
#include "display/curve.h"
#include <libnr/n-art-bpath.h>
-#include "live_effects/n-art-bpath-2geom.h"
-
-#include <2geom/path.h>
-#include <2geom/transforms.h>
-
-#include "svg/svg.h"
namespace Inkscape {
namespace LivePathEffect {
|
