From 26e77791dd6b38f90a23358f3e5a41697e2d4e5c Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 19:31:44 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.11.40); FILE MERGED 2007/06/04 13:29:47 vg 1.11.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- vcl/source/window/keycod.cxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'vcl/source/window/keycod.cxx') diff --git a/vcl/source/window/keycod.cxx b/vcl/source/window/keycod.cxx index 3d9a18f3f874..ff76f622d15c 100644 --- a/vcl/source/window/keycod.cxx +++ b/vcl/source/window/keycod.cxx @@ -4,9 +4,9 @@ * * $RCSfile: keycod.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2007-04-26 09:30:02 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:31:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,20 +40,20 @@ #include #endif #ifndef _SV_SALINST_HXX -#include +#include #endif #ifndef _SV_SALFRAME_HXX -#include +#include #endif #ifndef _SV_SVDATA_HXX -#include +#include #endif #ifndef _SV_WINDOW_HXX -#include +#include #endif #ifndef _SV_KEYCOD_HXX -#include +#include #endif #ifndef _RC_H -- cgit