diff options
| author | mcecchetti <mcecchetti@users.sourceforge.net> | 2008-05-26 22:32:02 +0000 |
|---|---|---|
| committer | mcecchetti <mcecchetti@users.sourceforge.net> | 2008-05-26 22:32:02 +0000 |
| commit | a6f8dcc537e795d623d90a9522d7aa56f44a2dd8 (patch) | |
| tree | 84cf7ae2a475dfef0d557809f7472a921a963d76 /src/2geom/elliptical-arc.cpp | |
| parent | Cmake: More Dependency work, added new files (diff) | |
| download | inkscape-a6f8dcc537e795d623d90a9522d7aa56f44a2dd8.tar.gz inkscape-a6f8dcc537e795d623d90a9522d7aa56f44a2dd8.zip | |
implemented new classes for horizontal and vertical line segments; path.h has been splitted in several files: curve.h, sbasis-curve.h, bezier-curve.h, elliptical-arc.h, path.h; curves.h allows to include all curve types at once
(bzr r5755)
Diffstat (limited to 'src/2geom/elliptical-arc.cpp')
| -rw-r--r-- | src/2geom/elliptical-arc.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/2geom/elliptical-arc.cpp b/src/2geom/elliptical-arc.cpp index b4a882f09..55b23961b 100644 --- a/src/2geom/elliptical-arc.cpp +++ b/src/2geom/elliptical-arc.cpp @@ -28,9 +28,8 @@ */ -#include "path.h" -#include "angle.h" - +#include "elliptical-arc.h" +#include "bezier-curve.h" #include "poly.h" #include <cfloat> |
