summaryrefslogtreecommitdiffstats
path: root/src/2geom/curves.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2011-02-02 21:24:36 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2011-02-02 21:24:36 +0000
commit53933f5fea9d07d1ba6304b88439fba257ee8c34 (patch)
tree21f94cd05346fc1236751bb1db3e0850e5aece54 /src/2geom/curves.h
parentTranslations. French translation minor update. (diff)
downloadinkscape-53933f5fea9d07d1ba6304b88439fba257ee8c34.tar.gz
inkscape-53933f5fea9d07d1ba6304b88439fba257ee8c34.zip
update to latest 2geom !
(bzr r10025)
Diffstat (limited to 'src/2geom/curves.h')
-rw-r--r--src/2geom/curves.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/src/2geom/curves.h b/src/2geom/curves.h
index 6c8435387..64cf3d4fb 100644
--- a/src/2geom/curves.h
+++ b/src/2geom/curves.h
@@ -1,7 +1,7 @@
/**
* \file
- * \brief this file is only a helper header to include all curve types at once
- *
+ * \brief Include all curve types
+ *//*
* Authors:
* MenTaLguY <mental@rydia.net>
* Marco Cecchetti <mrcekets at gmail.com>
@@ -32,9 +32,6 @@
* the specific language governing rights and limitations.
*/
-
-
-
#ifndef _2GEOM_CURVES_H_
#define _2GEOM_CURVES_H_
@@ -43,15 +40,11 @@
#include <2geom/sbasis-curve.h>
#include <2geom/bezier-curve.h>
#include <2geom/hvlinesegment.h>
-//#include <2geom/elliptical-arc.h>
+#include <2geom/elliptical-arc.h>
#include <2geom/svg-elliptical-arc.h>
-
#endif // _2GEOM_CURVES_H_
-
-
-
/*
Local Variables:
mode:c++