diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:13:27 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:13:27 +0000 |
commit | 8cbaf275777c9d6a5e911faabb9660e655bc2a42 (patch) | |
tree | ce16dffd7feacc786ae51e777c610fb299959235 /tools | |
parent | d5db8505bfe6139117ae1d5c801a38c94ba8c887 (diff) |
INTEGRATION: CWS vgbugs07 (1.6.84); FILE MERGED
2007/06/04 13:32:25 vg 1.6.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/generic/fract.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/source/generic/fract.cxx b/tools/source/generic/fract.cxx index 1da227aeddd5..040d6f15ce06 100644 --- a/tools/source/generic/fract.cxx +++ b/tools/source/generic/fract.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fract.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2006-09-27 10:50:16 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:13:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,18 +41,18 @@ #endif #ifndef _DEBUG_HXX -#include <debug.hxx> +#include <tools/debug.hxx> #endif #ifndef _FRACT_HXX -#include <fract.hxx> +#include <tools/fract.hxx> #endif #ifndef _STREAM_HXX -#include <stream.hxx> +#include <tools/stream.hxx> #endif -#include <bigint.hxx> +#include <tools/bigint.hxx> /************************************************************************* |* |