summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-05-25 23:19:05 +0200
committerMichael Stahl <mstahl@redhat.com>2016-05-25 23:47:22 +0200
commit1029b6cb067eb8cb8c2c00663f4403f9e13fde05 (patch)
treef336245cb08df81487836b86977a1e52f973d283 /framework
parent66e798dda73b66471940ee99298ba4069345630a (diff)
sw: replace boost::shared_array with std::shared_ptr
Change-Id: I99eec60db7f6d586b3b424661e03a7891422ab2e
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/pch/precompiled_fwk.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/inc/pch/precompiled_fwk.hxx b/framework/inc/pch/precompiled_fwk.hxx
index 11b6477c82c3..c27cb3d18eb9 100644
--- a/framework/inc/pch/precompiled_fwk.hxx
+++ b/framework/inc/pch/precompiled_fwk.hxx
@@ -54,7 +54,6 @@
#include <vector>
#include <boost/intrusive_ptr.hpp>
#include <boost/optional.hpp>
-#include <boost/shared_array.hpp>
#include <osl/conditn.h>
#include <osl/conditn.hxx>
#include <osl/diagnose.h>