summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-06 14:57:06 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-06 14:57:06 +0100
commit2e0277366b9b9e891f944ec0b41a7f83fa0e2a46 (patch)
tree5aa7cf4e0002769ac07442082b38a6df3a43f352
parentd3f2c581ee14489d6d4498e9bd6a9659a6530802 (diff)
Revert "Add #include <hash_map> again, we still use std::hash"
This reverts commit e1c6c40659d7970bbc2fd30d49055f33c82381db.
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx1
-rw-r--r--ucb/source/ucp/file/filtask.hxx1
-rw-r--r--xmloff/source/draw/EnhancedCustomShapeToken.cxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx b/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx
index c4ab2a11c50c..38099165e5fa 100644
--- a/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx
@@ -31,7 +31,6 @@
#include "EnhancedCustomShapeTypeNames.hxx"
#include <osl/mutex.hxx>
#include <boost/unordered_map.hpp>
-#include <hash_map>
struct TCheck
{
diff --git a/ucb/source/ucp/file/filtask.hxx b/ucb/source/ucp/file/filtask.hxx
index 282f070f554a..668e55b63884 100644
--- a/ucb/source/ucp/file/filtask.hxx
+++ b/ucb/source/ucp/file/filtask.hxx
@@ -30,7 +30,6 @@
#endif
#include <boost/unordered_map.hpp>
-#include <hash_map>
#include <rtl/ustring.hxx>
#include "osl/mutex.hxx"
diff --git a/xmloff/source/draw/EnhancedCustomShapeToken.cxx b/xmloff/source/draw/EnhancedCustomShapeToken.cxx
index 35e66f68e1fa..2c0184f515f4 100644
--- a/xmloff/source/draw/EnhancedCustomShapeToken.cxx
+++ b/xmloff/source/draw/EnhancedCustomShapeToken.cxx
@@ -31,7 +31,6 @@
#include "EnhancedCustomShapeToken.hxx"
#include <osl/mutex.hxx>
#include <boost/unordered_map.hpp>
-#include <hash_map>
#include <string.h>
namespace xmloff { namespace EnhancedCustomShapeToken {