From 7ab7d78f823d96f6c56ddb9c9dd47dd7ea7bcf12 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 21:21:10 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.3.132); FILE MERGED 2007/06/04 13:32:28 vg 1.3.132.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- tools/win/inc/parser.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/win') diff --git a/tools/win/inc/parser.hxx b/tools/win/inc/parser.hxx index 3025e730466c..18dc3bcdc370 100644 --- a/tools/win/inc/parser.hxx +++ b/tools/win/inc/parser.hxx @@ -4,9 +4,9 @@ * * $RCSfile: parser.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:55:30 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:21:10 $ * * 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 @@ #if defined WNT -#include +#include #include void * NewBinaryFromString( const String & rBinStr ); -- cgit