diff options
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 // ----------------------------------------------------------------------- |