From 15ffffa14a726882d50caa4fe5ac3d324cc24d9b Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 21:21:46 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.4.90); FILE MERGED 2007/06/06 10:20:33 vg 1.4.90.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 2007/06/04 13:32:28 vg 1.4.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- tools/win/source/dll/toolsdll.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools') 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 +#include #endif #ifndef _DLL_HXX @@ -47,7 +47,7 @@ #include #endif #ifndef _SHL_HXX -#include +#include #endif // ======================================================================= -- cgit