summaryrefslogtreecommitdiff
path: root/include/osl/diagnose.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/diagnose.hxx')
-rw-r--r--include/osl/diagnose.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/osl/diagnose.hxx b/include/osl/diagnose.hxx
index c515eaf54827..0472ea42ea66 100644
--- a/include/osl/diagnose.hxx
+++ b/include/osl/diagnose.hxx
@@ -24,7 +24,6 @@
#include <sal/config.h>
#include <cstddef>
-#include <functional>
#include <typeinfo>
#include <unordered_set>
@@ -85,7 +84,7 @@ namespace osl {
namespace detail {
-struct VoidPtrHash : ::std::unary_function<void const*, ::std::size_t> {
+struct VoidPtrHash {
::std::size_t operator()( void const* p ) const {
::std::size_t const d = static_cast< ::std::size_t >(
reinterpret_cast< ::std::ptrdiff_t >(p) );