diff options
Diffstat (limited to 'vcl/source/gdi/bmpacc.cxx')
-rw-r--r-- | vcl/source/gdi/bmpacc.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
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 <salbtype.hxx> +#include <vcl/salbtype.hxx> #endif #ifndef _SV_IMPBMP_HXX #include <impbmp.hxx> #endif #ifndef _SV_BITMAP_HXX -#include <bitmap.hxx> +#include <vcl/bitmap.hxx> #endif #ifndef _SV_BMPACC_HXX -#include <bmpacc.hxx> +#include <vcl/bmpacc.hxx> #endif #include <string.h> |