diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-12-03 23:04:19 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-12-04 12:01:13 +0100 |
commit | 19f64ccc8c71b1e63b166c559479ee1c3390f8a0 (patch) | |
tree | 164cd445ba0a7cb1dada4ac220ef87ef7a3aedac /chart2/inc/pch | |
parent | f46327e6c99e5230907debf660337a47d4fa7caf (diff) |
chart2: replace boost::ptr_map with std::map
Change-Id: I07a8b2eaa11ca29e3303d323060c3a4c52823967
Diffstat (limited to 'chart2/inc/pch')
-rw-r--r-- | chart2/inc/pch/precompiled_chartcore.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/inc/pch/precompiled_chartcore.hxx b/chart2/inc/pch/precompiled_chartcore.hxx index 5941967f42ed..4c7b206082ad 100644 --- a/chart2/inc/pch/precompiled_chartcore.hxx +++ b/chart2/inc/pch/precompiled_chartcore.hxx @@ -38,7 +38,6 @@ #include <vector> #include <boost/checked_delete.hpp> #include <boost/intrusive_ptr.hpp> -#include <boost/ptr_container/ptr_map.hpp> #include <osl/conditn.hxx> #include <osl/diagnose.h> #include <osl/doublecheckedlocking.h> |