summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-01 11:56:21 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-02-02 09:20:47 +0000
commit98c343604dcf718b3c8ee3e38da1a50c7a0199a2 (patch)
tree5979fd35cfcdd3989f4db42afee0881a8391422b /dbaccess
parent04eba5f599b8ac2accfc1d6abc74a91c38616691 (diff)
boost::hash->std::hash
Change-Id: If4d1e4071995f07212fad958b0226d5824d168f8 Reviewed-on: https://gerrit.libreoffice.org/21989 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/inc/pch/precompiled_dba.hxx1
-rw-r--r--dbaccess/inc/pch/precompiled_dbmm.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/inc/pch/precompiled_dba.hxx b/dbaccess/inc/pch/precompiled_dba.hxx
index 491a411a795a..aa90cb2c312a 100644
--- a/dbaccess/inc/pch/precompiled_dba.hxx
+++ b/dbaccess/inc/pch/precompiled_dba.hxx
@@ -50,7 +50,6 @@
#include <utility>
#include <vector>
#include <boost/bind.hpp>
-#include <boost/functional/hash.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/noncopyable.hpp>
#include <boost/optional.hpp>
diff --git a/dbaccess/inc/pch/precompiled_dbmm.hxx b/dbaccess/inc/pch/precompiled_dbmm.hxx
index e0c606f97638..54dec4acd734 100644
--- a/dbaccess/inc/pch/precompiled_dbmm.hxx
+++ b/dbaccess/inc/pch/precompiled_dbmm.hxx
@@ -47,7 +47,6 @@
#include <type_traits>
#include <utility>
#include <vector>
-#include <boost/functional/hash.hpp>
#include <boost/intrusive_ptr.hpp>
#include <osl/diagnose.h>
#include <osl/doublecheckedlocking.h>