summaryrefslogtreecommitdiff
path: root/basegfx/source/vector
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/vector
parent934a8bd6157c0043ca4b591687b226edd0f8fe23 (diff)
includes were one inc too deep, correcting
Diffstat (limited to 'basegfx/source/vector')
-rw-r--r--basegfx/source/vector/b2dvector.cxx10
-rw-r--r--basegfx/source/vector/b3dvector.cxx6
2 files changed, 8 insertions, 8 deletions
diff --git a/basegfx/source/vector/b2dvector.cxx b/basegfx/source/vector/b2dvector.cxx
index f80ae063d985..6890333cdc2e 100644
--- a/basegfx/source/vector/b2dvector.cxx
+++ b/basegfx/source/vector/b2dvector.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2dvector.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: aw $ $Date: 2003-10-28 11:26:56 $
+ * last change: $Author: aw $ $Date: 2003-10-31 10:14:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,15 +60,15 @@
************************************************************************/
#ifndef _BGFX_VECTOR_B2DVECTOR_HXX
-#include <basegfx/inc/vector/b2dvector.hxx>
+#include <basegfx/vector/b2dvector.hxx>
#endif
#ifndef _BGFX_MATRIX_B2DHOMMATRIX_HXX
-#include <basegfx/inc/matrix/b2dhommatrix.hxx>
+#include <basegfx/matrix/b2dhommatrix.hxx>
#endif
#ifndef _BGFX_NUMERIC_FTOOLS_HXX
-#include <basegfx/inc/numeric/ftools.hxx>
+#include <basegfx/numeric/ftools.hxx>
#endif
namespace basegfx
diff --git a/basegfx/source/vector/b3dvector.cxx b/basegfx/source/vector/b3dvector.cxx
index 8fab9f687c99..96c1ee387ae5 100644
--- a/basegfx/source/vector/b3dvector.cxx
+++ b/basegfx/source/vector/b3dvector.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3dvector.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: aw $ $Date: 2003-10-28 11:26:57 $
+ * last change: $Author: aw $ $Date: 2003-10-31 10:14:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,7 +60,7 @@
************************************************************************/
#ifndef _BGFX_VECTOR_B3DVECTOR_HXX
-#include <basegfx/inc/vector/b3dvector.hxx>
+#include <basegfx/vector/b3dvector.hxx>
#endif
namespace basegfx