diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-10-22 20:50:23 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-10-23 11:21:33 +0200 |
commit | fc90cf2af58dc8d551c39ba37d3a44597aa11e44 (patch) | |
tree | dbeabaf23e2be93a6549bbb1c8ed5ed22a59e04f /toolkit/source | |
parent | c06e2fcc2c03c4b6353bd9a1e282c36de872d777 (diff) |
ucb: replace boost::ptr_vector with std::vector<std::unique_ptr>
Change-Id: I05c64aaed4aaea813b369dccc721f9d10167f161
Diffstat (limited to 'toolkit/source')
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index df62e803eb39..e31e5c33d164 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <boost/ptr_container/ptr_vector.hpp> - #include <stdio.h> #ifdef WNT #include <prewin.h> |