move bridges to boost::unordered_map

This commit is contained in:
Fridrich Strba
2011-02-03 16:00:54 -07:00
committed by Fridrich Štrba
parent e309a0b2ac
commit aac09aee67
31 changed files with 58 additions and 58 deletions

View File

@@ -27,7 +27,7 @@
************************************************************************/
#include <malloc.h>
#include <hash_map>
#include <boost/unordered_map.hpp>
#include <rtl/alloc.h>
#include <osl/mutex.hxx>