From 47bca6beb333c95485caae7bddb88071be5eee23 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 19:53:03 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.27.144); FILE MERGED 2007/06/04 13:30:01 vg 1.27.144.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- vcl/win/inc/saldata.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'vcl') diff --git a/vcl/win/inc/saldata.hxx b/vcl/win/inc/saldata.hxx index e58701febb8e..bff6b671e58a 100644 --- a/vcl/win/inc/saldata.hxx +++ b/vcl/win/inc/saldata.hxx @@ -4,9 +4,9 @@ * * $RCSfile: saldata.hxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: ihi $ $Date: 2006-12-20 18:32:30 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:53:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,13 +37,13 @@ #define _SV_SALDATA_HXX #ifndef _SV_SV_H -#include +#include #endif #ifndef _SV_SVDATA_HXX -#include +#include #endif #ifndef _SV_SALWTYPE_HXX -#include +#include #endif #ifndef _SV_WINCOMP_HXX #include -- cgit