summaryrefslogtreecommitdiff
path: root/svl/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-10-30 19:16:46 +0100
committerMichael Stahl <mstahl@redhat.com>2015-10-30 19:51:09 +0100
commit872f449377f24c97877ae3fe9c35549ef3c0c531 (patch)
treeead82ac8b969bbf8b4711e613d0e4cf8aa6f026a /svl/inc
parent9eda4d7f2f610a7f155146ab775114cf61822a71 (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.hxx1
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>