diff options
author | Armin Weiss <aw@openoffice.org> | 2003-10-31 09:14:00 +0000 |
---|---|---|
committer | Armin Weiss <aw@openoffice.org> | 2003-10-31 09:14:00 +0000 |
commit | 94c9d84524894e98ba68f12e7df8e74428778350 (patch) | |
tree | a85e221c9f223df74bef0513261dfa39f9ffd8f8 /basegfx/source/inc | |
parent | 934a8bd6157c0043ca4b591687b226edd0f8fe23 (diff) |
includes were one inc too deep, correcting
Diffstat (limited to 'basegfx/source/inc')
-rw-r--r-- | basegfx/source/inc/hommatrixtemplate.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basegfx/source/inc/hommatrixtemplate.hxx b/basegfx/source/inc/hommatrixtemplate.hxx index c20a18a9336f..4b4f4416cab1 100644 --- a/basegfx/source/inc/hommatrixtemplate.hxx +++ b/basegfx/source/inc/hommatrixtemplate.hxx @@ -2,9 +2,9 @@ * * $RCSfile: hommatrixtemplate.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: aw $ $Date: 2003-10-28 11:23:00 $ + * 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 @@ -67,7 +67,7 @@ #endif #ifndef _BGFX_NUMERIC_FTOOLS_HXX -#include <basegfx/inc/numeric/ftools.hxx> +#include <basegfx/numeric/ftools.hxx> #endif #include <math.h> |