summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon/b2dpolygontools.cxx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2003-10-31 09:14:00 +0000
committerArmin Weiss <aw@openoffice.org>2003-10-31 09:14:00 +0000
commit94c9d84524894e98ba68f12e7df8e74428778350 (patch)
treea85e221c9f223df74bef0513261dfa39f9ffd8f8 /basegfx/source/polygon/b2dpolygontools.cxx
parent934a8bd6157c0043ca4b591687b226edd0f8fe23 (diff)
includes were one inc too deep, correcting
Diffstat (limited to 'basegfx/source/polygon/b2dpolygontools.cxx')
-rw-r--r--basegfx/source/polygon/b2dpolygontools.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/basegfx/source/polygon/b2dpolygontools.cxx b/basegfx/source/polygon/b2dpolygontools.cxx
index 0df233f19bc2..0c1136ca5553 100644
--- a/basegfx/source/polygon/b2dpolygontools.cxx
+++ b/basegfx/source/polygon/b2dpolygontools.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2dpolygontools.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,15 +60,15 @@
************************************************************************/
#ifndef _BGFX_POLYGON_B2DPOLYGONTOOLS_HXX
-#include <basegfx/inc/polygon/b2dpolygontools.hxx>
+#include <basegfx/polygon/b2dpolygontools.hxx>
#endif
#ifndef _BGFX_POLYGON_B2DPOLYGON_HXX
-#include <basegfx/inc/polygon/b2dpolygon.hxx>
+#include <basegfx/polygon/b2dpolygon.hxx>
#endif
#ifndef _BGFX_CURVE_B2DCUBICBEZIER_HXX
-#include <basegfx/inc/curve/b2dcubicbezier.hxx>
+#include <basegfx/curve/b2dcubicbezier.hxx>
#endif
//////////////////////////////////////////////////////////////////////////////