diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:26:17 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:26:17 +0000 |
commit | 05065a139f9497b26ff405e245a5223aba89b2ec (patch) | |
tree | a892e96a5ec2d16f2c6b46e6a3f01e05df27cb3d | |
parent | c9a8e2bb5d6fa3f390341f106b4300a4488861ca (diff) |
INTEGRATION: CWS vgbugs07 (1.10.100); FILE MERGED
2007/06/04 13:29:45 vg 1.10.100.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | vcl/source/helper/canvastools.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/source/helper/canvastools.cxx b/vcl/source/helper/canvastools.cxx index 5e2be2a7d6ed..93b8819a85d6 100644 --- a/vcl/source/helper/canvastools.cxx +++ b/vcl/source/helper/canvastools.cxx @@ -4,9 +4,9 @@ * * $RCSfile: canvastools.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2007-01-29 15:48:29 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:26:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -109,12 +109,12 @@ #include <tools/poly.hxx> #include <rtl/uuid.h> -#include <salbtype.hxx> -#include <bmpacc.hxx> -#include <bitmapex.hxx> +#include <vcl/salbtype.hxx> +#include <vcl/bmpacc.hxx> +#include <vcl/bitmapex.hxx> #include <canvasbitmap.hxx> -#include <canvastools.hxx> +#include <vcl/canvastools.hxx> #include <hash_map> |