summaryrefslogtreecommitdiff
path: root/basegfx/source/matrix
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/matrix
parent934a8bd6157c0043ca4b591687b226edd0f8fe23 (diff)
includes were one inc too deep, correcting
Diffstat (limited to 'basegfx/source/matrix')
-rw-r--r--basegfx/source/matrix/b2dhommatrix.cxx12
-rw-r--r--basegfx/source/matrix/b3dhommatrix.cxx8
2 files changed, 10 insertions, 10 deletions
diff --git a/basegfx/source/matrix/b2dhommatrix.cxx b/basegfx/source/matrix/b2dhommatrix.cxx
index 95500889bc48..005dac082664 100644
--- a/basegfx/source/matrix/b2dhommatrix.cxx
+++ b/basegfx/source/matrix/b2dhommatrix.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2dhommatrix.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: aw $ $Date: 2003-10-28 11:25:15 $
+ * last change: $Author: aw $ $Date: 2003-10-31 10:13:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,7 +60,7 @@
************************************************************************/
#ifndef _BGFX_MATRIX_B2DHOMMATRIX_HXX
-#include <basegfx/inc/matrix/b2dhommatrix.hxx>
+#include <basegfx/matrix/b2dhommatrix.hxx>
#endif
#ifndef _HOMMATRIX_TEMPLATE_HXX
@@ -68,15 +68,15 @@
#endif
#ifndef _BGFX_MATRIX_B3DHOMMATRIX_HXX
-#include <basegfx/inc/matrix/b3dhommatrix.hxx>
+#include <basegfx/matrix/b3dhommatrix.hxx>
#endif
#ifndef _BGFX_TUPLE_B3DTUPLE_HXX
-#include <basegfx/inc/tuple/b3dtuple.hxx>
+#include <basegfx/tuple/b3dtuple.hxx>
#endif
#ifndef _BGFX_TUPLE_B2DTUPLE_HXX
-#include <basegfx/inc/tuple/b2dtuple.hxx>
+#include <basegfx/tuple/b2dtuple.hxx>
#endif
class Impl2DHomMatrix : public ImplHomMatrixTemplate< 3 >
diff --git a/basegfx/source/matrix/b3dhommatrix.cxx b/basegfx/source/matrix/b3dhommatrix.cxx
index 283c59af703f..939e952f796a 100644
--- a/basegfx/source/matrix/b3dhommatrix.cxx
+++ b/basegfx/source/matrix/b3dhommatrix.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3dhommatrix.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: aw $ $Date: 2003-10-28 11:25:15 $
+ * last change: $Author: aw $ $Date: 2003-10-31 10:13:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,7 +60,7 @@
************************************************************************/
#ifndef _BGFX_MATRIX_B3DHOMMATRIX_HXX
-#include <basegfx/inc/matrix/b3dhommatrix.hxx>
+#include <basegfx/matrix/b3dhommatrix.hxx>
#endif
#ifndef _HOMMATRIX_TEMPLATE_HXX
@@ -68,7 +68,7 @@
#endif
#ifndef _BGFX_VECTOR_B3DVECTOR_HXX
-#include <basegfx/inc/vector/b3dvector.hxx>
+#include <basegfx/vector/b3dvector.hxx>
#endif
class Impl3DHomMatrix : public ImplHomMatrixTemplate< 4 >