diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/generic/config.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/source/generic/config.cxx b/tools/source/generic/config.cxx index ceab76af4064..b973e175f2ef 100644 --- a/tools/source/generic/config.cxx +++ b/tools/source/generic/config.cxx @@ -4,9 +4,9 @@ * * $RCSfile: config.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:55:29 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:13:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,14 +52,14 @@ #include <osl/file.hxx> #endif #ifndef _STREAM_HXX -#include <stream.hxx> +#include <tools/stream.hxx> #endif #ifndef _DEBUG_HXX -#include <debug.hxx> +#include <tools/debug.hxx> #endif #ifndef _CONFIG_HXX -#include <config.hxx> +#include <tools/config.hxx> #endif #ifndef _OSL_SECURITY_H_ |