diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-07-23 22:14:07 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-24 10:58:53 +0200 |
commit | 2f467535231af44af5ee857e2444a87779e82b2c (patch) | |
tree | 1b16478b1bb4b2f6deecd8e4a846a6b8e75d5ed1 /svtools/inc | |
parent | cef74993a96feae0dd7489a11dfdf062687c0868 (diff) |
svtools: replace boost::ptr_vector with std::vector
Change-Id: I70a2919e43495ce10c0c90ec91a25604d82e7d28
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/pch/precompiled_svt.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx index ba111fc0760e..023fb2ce0de8 100644 --- a/svtools/inc/pch/precompiled_svt.hxx +++ b/svtools/inc/pch/precompiled_svt.hxx @@ -282,7 +282,6 @@ #include <memory> #include <numeric> #include <o3tl/numeric.hxx> -#include <o3tl/ptr_container.hxx> #include <officecfg/Office/Common.hxx> #include <osl/conditn.hxx> #include <osl/diagnose.h> |