From 3b30a7ac89773c1646d1d08272ae75d99d670d75 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 19:10:35 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.14.226); FILE MERGED 2007/06/04 13:29:34 vg 1.14.226.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- vcl/source/gdi/bmpacc.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'vcl/source') diff --git a/vcl/source/gdi/bmpacc.cxx b/vcl/source/gdi/bmpacc.cxx index e2e354763f42..cecba673c0b6 100644 --- a/vcl/source/gdi/bmpacc.cxx +++ b/vcl/source/gdi/bmpacc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bmpacc.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: vg $ $Date: 2006-09-27 10:53:23 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:10:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,16 +37,16 @@ #include "precompiled_vcl.hxx" #ifndef _SV_SALBTYPE_HXX -#include +#include #endif #ifndef _SV_IMPBMP_HXX #include #endif #ifndef _SV_BITMAP_HXX -#include +#include #endif #ifndef _SV_BMPACC_HXX -#include +#include #endif #include -- cgit