summaryrefslogtreecommitdiff
path: root/basegfx/source/point/b2dhompoint.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/point/b2dhompoint.cxx
parent934a8bd6157c0043ca4b591687b226edd0f8fe23 (diff)
includes were one inc too deep, correcting
Diffstat (limited to 'basegfx/source/point/b2dhompoint.cxx')
-rw-r--r--basegfx/source/point/b2dhompoint.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/basegfx/source/point/b2dhompoint.cxx b/basegfx/source/point/b2dhompoint.cxx
index b67cb73efde3..573fcc38cd6c 100644
--- a/basegfx/source/point/b2dhompoint.cxx
+++ b/basegfx/source/point/b2dhompoint.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2dhompoint.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: aw $ $Date: 2003-10-28 11:26:13 $
+ * last change: $Author: aw $ $Date: 2003-10-31 10:13:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,15 +60,15 @@
************************************************************************/
#ifndef _BGFX_POINT_B2DHOMPOINT_HXX
-#include <basegfx/inc/point/b2dhompoint.hxx>
+#include <basegfx/point/b2dhompoint.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