diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-10-30 18:45:21 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-10-30 19:51:08 +0100 |
commit | 87f15b9450be1078b7d0bf070475acff087c15dc (patch) | |
tree | 67b8546030b046ea45bc28cc61a8a56f9812ad0b /sw/inc | |
parent | a2c8358c99d465b8396931fb0bddec0a013031af (diff) |
sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
Change-Id: I95ce84f7e82dc03233878de4324f2cb5c282a8aa
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/pch/precompiled_sw.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx index e6c764ebd224..bcc8c963b01a 100644 --- a/sw/inc/pch/precompiled_sw.hxx +++ b/sw/inc/pch/precompiled_sw.hxx @@ -620,7 +620,6 @@ #include <memory> #include <numeric> #include <o3tl/numeric.hxx> -#include <o3tl/ptr_container.hxx> #include <o3tl/sorted_vector.hxx> #include <officecfg/Office/Common.hxx> #include <officecfg/Office/Writer.hxx> |