summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/cachedbitmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/vcl/cachedbitmap.hxx')
-rw-r--r--canvas/source/vcl/cachedbitmap.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/canvas/source/vcl/cachedbitmap.hxx b/canvas/source/vcl/cachedbitmap.hxx
index ffb9d571a367..acf8391933d8 100644
--- a/canvas/source/vcl/cachedbitmap.hxx
+++ b/canvas/source/vcl/cachedbitmap.hxx
@@ -21,17 +21,15 @@
#define INCLUDED_CANVAS_SOURCE_VCL_CACHEDBITMAP_HXX
#include <canvas/base/cachedprimitivebase.hxx>
-
#include <svtools/grfmgr.hxx>
-
-#include <boost/shared_ptr.hpp>
+#include <memory>
/* Definition of CachedBitmap class */
namespace vclcanvas
{
- typedef ::boost::shared_ptr< GraphicObject > GraphicObjectSharedPtr;
+ typedef std::shared_ptr< GraphicObject > GraphicObjectSharedPtr;
class CachedBitmap : public ::canvas::CachedPrimitiveBase
{