diff options
Diffstat (limited to 'tools/win/source/dll/toolsdll.cxx')
-rw-r--r-- | tools/win/source/dll/toolsdll.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/win/source/dll/toolsdll.cxx b/tools/win/source/dll/toolsdll.cxx index 6071fadc3cdb..1bc04ad8e602 100644 --- a/tools/win/source/dll/toolsdll.cxx +++ b/tools/win/source/dll/toolsdll.cxx @@ -4,9 +4,9 @@ * * $RCSfile: toolsdll.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:06:52 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:21:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,7 +37,7 @@ #include "precompiled_tools.hxx" #ifndef _SVWIN_H -#include <svwin.h> +#include <tools/svwin.h> #endif #ifndef _DLL_HXX @@ -47,7 +47,7 @@ #include <toolsdll.hxx> #endif #ifndef _SHL_HXX -#include <shl.hxx> +#include <tools/shl.hxx> #endif // ======================================================================= |