diff options
author | Armin Weiss <aw@openoffice.org> | 2003-10-31 09:14:00 +0000 |
---|---|---|
committer | Armin Weiss <aw@openoffice.org> | 2003-10-31 09:14:00 +0000 |
commit | 94c9d84524894e98ba68f12e7df8e74428778350 (patch) | |
tree | a85e221c9f223df74bef0513261dfa39f9ffd8f8 /basegfx/source/curve | |
parent | 934a8bd6157c0043ca4b591687b226edd0f8fe23 (diff) |
includes were one inc too deep, correcting
Diffstat (limited to 'basegfx/source/curve')
-rw-r--r-- | basegfx/source/curve/b2dcubicbezier.cxx | 6 | ||||
-rw-r--r-- | basegfx/source/curve/b2dquadraticbezier.cxx | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/basegfx/source/curve/b2dcubicbezier.cxx b/basegfx/source/curve/b2dcubicbezier.cxx index b63e277dcd04..8573e5e06934 100644 --- a/basegfx/source/curve/b2dcubicbezier.cxx +++ b/basegfx/source/curve/b2dcubicbezier.cxx @@ -2,9 +2,9 @@ * * $RCSfile: b2dcubicbezier.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: aw $ $Date: 2003-10-28 11:24:52 $ + * last change: $Author: aw $ $Date: 2003-10-31 10:13:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,7 +60,7 @@ ************************************************************************/ #ifndef _BGFX_CURVE_B2DCUBICBEZIER_HXX -#include <basegfx/inc/curve/b2dcubicbezier.hxx> +#include <basegfx/curve/b2dcubicbezier.hxx> #endif #ifndef _TOOLS_DEBUG_HXX diff --git a/basegfx/source/curve/b2dquadraticbezier.cxx b/basegfx/source/curve/b2dquadraticbezier.cxx index 63e360ca3f90..71f5d55a28f0 100644 --- a/basegfx/source/curve/b2dquadraticbezier.cxx +++ b/basegfx/source/curve/b2dquadraticbezier.cxx @@ -2,9 +2,9 @@ * * $RCSfile: b2dquadraticbezier.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: aw $ $Date: 2003-10-28 11:24:53 $ + * last change: $Author: aw $ $Date: 2003-10-31 10:13:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,7 +60,7 @@ ************************************************************************/ #ifndef _BGFX_CURVE_B2DQUADRATICBEZIER_HXX -#include <basegfx/inc/curve/b2dquadraticbezier.hxx> +#include <basegfx/curve/b2dquadraticbezier.hxx> #endif #ifndef _TOOLS_DEBUG_HXX @@ -68,7 +68,7 @@ #endif #ifndef _BGFX_NUMERIC_FTOOLS_HXX -#include <basegfx/inc/numeric/ftools.hxx> +#include <basegfx/numeric/ftools.hxx> #endif ////////////////////////////////////////////////////////////////////////////// |