summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon/b2dpolygontools.cxx
diff options
context:
space:
mode:
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
//////////////////////////////////////////////////////////////////////////////