]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/PreviewImage.h
remove one <boost/shared_ptr.hpp>
[lyx.git] / src / graphics / PreviewImage.h
index 4064520bd8c2a04f17b19bae2f05f61ba44c9316..6ec29a36badd1dbb3b84b009d59e12967f9c17a3 100644 (file)
@@ -12,8 +12,7 @@
 #ifndef PREVIEWIMAGE_H
 #define PREVIEWIMAGE_H
 
-#include <boost/scoped_ptr.hpp>
-#include <string>
+#include "support/strfwd.h"
 
 namespace lyx {
 
@@ -54,7 +53,7 @@ private:
        /// Use the Pimpl idiom to hide the internals.
        class Impl;
        /// The pointer never changes although *pimpl_'s contents may.
-       boost::scoped_ptr<Impl> const pimpl_;
+       Impl * const pimpl_;
 };
 
 } // namespace graphics