From 6a33a6690c72e61e4fe5c26937557d01853594bc Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 11 Jul 2008 17:50:51 +0000 Subject: #i10000# Fix wrong include. --- cppcanvas/source/wrapper/implsprite.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'cppcanvas/source') diff --git a/cppcanvas/source/wrapper/implsprite.hxx b/cppcanvas/source/wrapper/implsprite.hxx index c6e67be505b5..38e1b2fdd3b4 100644 --- a/cppcanvas/source/wrapper/implsprite.hxx +++ b/cppcanvas/source/wrapper/implsprite.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: implsprite.hxx,v $ - * $Revision: 1.9 $ + * $Revision: 1.10 $ * * This file is part of OpenOffice.org. * @@ -33,9 +33,7 @@ #include #include -#ifndef _COM_SUN_STAR_RENDERING_XSPRITE_HPP_ -#include -#endif +#include #ifndef BOOST_SHARED_PTR_HPP_INCLUDED #include -- cgit