summaryrefslogtreecommitdiffstats
path: root/slideshow/source/engine/slide/layermanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/slide/layermanager.hxx')
-rw-r--r--slideshow/source/engine/slide/layermanager.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/slide/layermanager.hxx b/slideshow/source/engine/slide/layermanager.hxx
index 97f5425fb251..13fc4ac20f52 100644
--- a/slideshow/source/engine/slide/layermanager.hxx
+++ b/slideshow/source/engine/slide/layermanager.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_SLIDESHOW_SOURCE_ENGINE_SLIDE_LAYERMANAGER_HXX
#define INCLUDED_SLIDESHOW_SOURCE_ENGINE_SLIDE_LAYERMANAGER_HXX
-#include <boost/shared_ptr.hpp>
#include <boost/noncopyable.hpp>
#include <cppcanvas/spritecanvas.hxx>
@@ -33,6 +32,7 @@
#include <algorithm>
#include <functional>
+#include <memory>
#include <map>
#include <unordered_map>
#include <vector>
@@ -359,7 +359,7 @@ namespace slideshow
bool mbDisableAnimationZOrder;
};
- typedef ::boost::shared_ptr< LayerManager > LayerManagerSharedPtr;
+ typedef ::std::shared_ptr< LayerManager > LayerManagerSharedPtr;
}
}