diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-10-30 19:16:46 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-10-30 19:51:09 +0100 |
commit | 872f449377f24c97877ae3fe9c35549ef3c0c531 (patch) | |
tree | ead82ac8b969bbf8b4711e613d0e4cf8aa6f026a /svl/inc | |
parent | 9eda4d7f2f610a7f155146ab775114cf61822a71 (diff) |
svl: replace boost::ptr_vector with std::vector
Change-Id: I7377f9e99b0567a942cdb36f6964ffedacce6a68
Diffstat (limited to 'svl/inc')
-rw-r--r-- | svl/inc/pch/precompiled_svl.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svl/inc/pch/precompiled_svl.hxx b/svl/inc/pch/precompiled_svl.hxx index 8ecbcce40f60..50b15a95a0c1 100644 --- a/svl/inc/pch/precompiled_svl.hxx +++ b/svl/inc/pch/precompiled_svl.hxx @@ -18,7 +18,6 @@ #include <algorithm> #include <boost/noncopyable.hpp> #include <boost/numeric/conversion/cast.hpp> -#include <boost/ptr_container/ptr_vector.hpp> #include <memory> #include <cassert> #include <cmath> |