summaryrefslogtreecommitdiff
path: root/canvas/source/directx/dx_graphicsprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/directx/dx_graphicsprovider.hxx')
-rw-r--r--canvas/source/directx/dx_graphicsprovider.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/canvas/source/directx/dx_graphicsprovider.hxx b/canvas/source/directx/dx_graphicsprovider.hxx
index 1b7ec65035ae..4e8e4272d4a0 100644
--- a/canvas/source/directx/dx_graphicsprovider.hxx
+++ b/canvas/source/directx/dx_graphicsprovider.hxx
@@ -21,9 +21,8 @@
#define INCLUDED_CANVAS_SOURCE_DIRECTX_DX_GRAPHICSPROVIDER_HXX
#include "dx_winstuff.hxx"
-
-#include <boost/shared_ptr.hpp>
#include <boost/noncopyable.hpp>
+#include <memory>
namespace Gdiplus{ class Graphics; }
@@ -39,7 +38,7 @@ namespace dxcanvas
virtual GraphicsSharedPtr getGraphics() = 0;
};
- typedef ::boost::shared_ptr< GraphicsProvider > GraphicsProviderSharedPtr;
+ typedef std::shared_ptr< GraphicsProvider > GraphicsProviderSharedPtr;
}
#endif // INCLUDED_CANVAS_SOURCE_DIRECTX_DX_GRAPHICSPROVIDER_HXX