diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-05-25 23:19:05 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-05-25 23:47:22 +0200 |
commit | 1029b6cb067eb8cb8c2c00663f4403f9e13fde05 (patch) | |
tree | f336245cb08df81487836b86977a1e52f973d283 /editeng/inc | |
parent | 66e798dda73b66471940ee99298ba4069345630a (diff) |
sw: replace boost::shared_array with std::shared_ptr
Change-Id: I99eec60db7f6d586b3b424661e03a7891422ab2e
Diffstat (limited to 'editeng/inc')
-rw-r--r-- | editeng/inc/pch/precompiled_editeng.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editeng/inc/pch/precompiled_editeng.hxx b/editeng/inc/pch/precompiled_editeng.hxx index bd2786be5443..1d1ab237d3a7 100644 --- a/editeng/inc/pch/precompiled_editeng.hxx +++ b/editeng/inc/pch/precompiled_editeng.hxx @@ -50,7 +50,6 @@ #include <utility> #include <vector> #include <boost/intrusive_ptr.hpp> -#include <boost/shared_array.hpp> #include <osl/diagnose.h> #include <osl/doublecheckedlocking.h> #include <osl/endian.h> |