From 0edec345cdbceae4847d1780f914ce16e56c0959 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 25 May 2016 23:10:03 +0200 Subject: vcl: replace boost::shared_array with std::shared_ptr This was already using get() everywhere. Change-Id: I6d1eee4fe9b0494a1c49ac44917d9fc7c22b43a4 Reviewed-on: https://gerrit.libreoffice.org/25470 Tested-by: Jenkins Reviewed-by: Michael Stahl --- vcl/inc/pch/precompiled_vcl.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'vcl/inc/pch') diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index 833d73ee8fed..06dc155709ee 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.hxx @@ -57,7 +57,6 @@ #include #include #include -#include #include #include #include -- cgit