From 21163f3001daffcf8044dbc87b66c9724ccc0d0b Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 19:49:34 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.28.152); FILE MERGED 2007/06/04 13:29:59 vg 1.28.152.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- vcl/unx/source/gdi/salbmp.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vcl/unx/source/gdi/salbmp.cxx b/vcl/unx/source/gdi/salbmp.cxx index b030c2be2a94..7296ba98a9e3 100644 --- a/vcl/unx/source/gdi/salbmp.cxx +++ b/vcl/unx/source/gdi/salbmp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: salbmp.cxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: rt $ $Date: 2006-12-04 16:39:15 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:49:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,7 +52,7 @@ #include #endif #ifndef _SV_SALBTYPE_HXX -#include +#include #endif #ifndef _SV_SALDATA_HXX #include @@ -70,7 +70,7 @@ #include #endif #ifndef _SV_BITMAP_HXX -#include +#include #endif // ----------- -- cgit