diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-06 08:38:18 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-06 08:38:18 +0100 |
commit | 4d8c24bd5123b2360ea981f95c097d6e20ba54f4 (patch) | |
tree | 2dc5b2b5d19d9ecab737c184bff508cb12aea4fc /svx/source/customshapes | |
parent | 68cc88ce0448171c0aa5d6e60c60180f7137dae4 (diff) |
remove some more <hash_map> includes
Diffstat (limited to 'svx/source/customshapes')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx | 1 |
1 files changed, 0 insertions, 1 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 { |