diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2011-02-03 14:05:04 -0700 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-03 22:32:23 +0100 |
commit | f8e27a7c4629a6487a0047a7bd32bf5f171e4d9b (patch) | |
tree | b46331deb3fcc0ebb7bc241be9d7c7b6f35d3fc6 /sal/osl/all | |
parent | 712fba7496cf40dd09ec26672c285ed09e55ab53 (diff) |
some std::hash_map/set -> boost::unordered_map/set changes
Diffstat (limited to 'sal/osl/all')
-rw-r--r-- | sal/osl/all/debugbase.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/osl/all/debugbase.cxx b/sal/osl/all/debugbase.cxx index c185a4e04c4e..302de38d281a 100644 --- a/sal/osl/all/debugbase.cxx +++ b/sal/osl/all/debugbase.cxx @@ -36,7 +36,6 @@ #include "osl/diagnose.hxx" #include "boost/bind.hpp" #include <vector> -#include <algorithm> // define own ones, independent of OSL_DEBUG_LEVEL: #define DEBUGBASE_ENSURE_(c, f, l, m) \ |