summaryrefslogtreecommitdiffstats
path: root/cppuhelper/inc/pch
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-12-27 21:01:22 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-12-27 23:00:45 +0000
commit7f476fea47f06a7f8cc961dd4f6595a524346fa5 (patch)
tree52d16713e5a2a5203b041f9ec82742617bd33b1c /cppuhelper/inc/pch
parentcoverity#984097 Uninitialized pointer field (diff)
downloadcore-7f476fea47f06a7f8cc961dd4f6595a524346fa5.tar.gz
core-7f476fea47f06a7f8cc961dd4f6595a524346fa5.zip
boost::unordered_map -> c++11 std::unordered_map
Change-Id: I28438000c2b0a8e6ce4f5640f861f572c0cb83c8
Diffstat (limited to 'cppuhelper/inc/pch')
-rw-r--r--cppuhelper/inc/pch/precompiled_cppuhelper.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/cppuhelper/inc/pch/precompiled_cppuhelper.hxx b/cppuhelper/inc/pch/precompiled_cppuhelper.hxx
index fc693797bb64..81686f210d02 100644
--- a/cppuhelper/inc/pch/precompiled_cppuhelper.hxx
+++ b/cppuhelper/inc/pch/precompiled_cppuhelper.hxx
@@ -18,7 +18,6 @@
#include <boost/noncopyable.hpp>
#include <boost/scoped_array.hpp>
#include <boost/shared_ptr.hpp>
-#include <boost/unordered_map.hpp>
#include <cassert>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/beans/Property.hpp>