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/polygon/b2dpolygon.cxx | |
parent | 934a8bd6157c0043ca4b591687b226edd0f8fe23 (diff) |
includes were one inc too deep, correcting
Diffstat (limited to 'basegfx/source/polygon/b2dpolygon.cxx')
-rw-r--r-- | basegfx/source/polygon/b2dpolygon.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/basegfx/source/polygon/b2dpolygon.cxx b/basegfx/source/polygon/b2dpolygon.cxx index 37d795359e0f..a9ddb6e90534 100644 --- a/basegfx/source/polygon/b2dpolygon.cxx +++ b/basegfx/source/polygon/b2dpolygon.cxx @@ -2,9 +2,9 @@ * * $RCSfile: b2dpolygon.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: aw $ $Date: 2003-10-28 11:23:54 $ + * last change: $Author: aw $ $Date: 2003-10-31 10:13:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,7 +60,7 @@ ************************************************************************/ #ifndef _BGFX_POLYGON_B2DPOLYGON_HXX -#include <basegfx/inc/polygon/b2dpolygon.hxx> +#include <basegfx/polygon/b2dpolygon.hxx> #endif #ifndef _TOOLS_DEBUG_HXX @@ -68,11 +68,11 @@ #endif #ifndef _BGFX_POINT_B2DPOINT_HXX -#include <basegfx/inc/point/b2dpoint.hxx> +#include <basegfx/point/b2dpoint.hxx> #endif #ifndef _BGFX_VECTOR_B2DVECTOR_HXX -#include <basegfx/inc/vector/b2dvector.hxx> +#include <basegfx/vector/b2dvector.hxx> #endif #include <vector> |