diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:15:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:15:44 +0000 |
commit | 31e4ea4e9c25e44580ee53ea13f7375ea9f684f8 (patch) | |
tree | 76799a5763f5f9dbe0758a516c3246374314717f /tools | |
parent | 34f07120761935a73f0963127c3b19e2a8fde72b (diff) |
INTEGRATION: CWS vgbugs07 (1.5.90); FILE MERGED
2007/06/04 13:32:26 vg 1.5.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/memtools/contnr.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/source/memtools/contnr.cxx b/tools/source/memtools/contnr.cxx index c7a2e36367f8..0cb74f062ee4 100644 --- a/tools/source/memtools/contnr.cxx +++ b/tools/source/memtools/contnr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: contnr.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:58:23 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:15:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,7 +49,7 @@ #endif #ifndef _SOLAR_H -#include <solar.h> +#include <tools/solar.h> #endif #ifndef _IMPCONT_HXX @@ -57,11 +57,11 @@ #endif #ifndef _CONTNR_HXX -#include <contnr.hxx> +#include <tools/contnr.hxx> #endif #ifndef _DEBUG_HXX -#include <debug.hxx> +#include <tools/debug.hxx> #endif // ----------------------------------------------------------------------- |