diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-01 11:56:21 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-02-02 09:20:47 +0000 |
commit | 98c343604dcf718b3c8ee3e38da1a50c7a0199a2 (patch) | |
tree | 5979fd35cfcdd3989f4db42afee0881a8391422b /slideshow/inc/pch | |
parent | 04eba5f599b8ac2accfc1d6abc74a91c38616691 (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 'slideshow/inc/pch')
-rw-r--r-- | slideshow/inc/pch/precompiled_slideshow.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/slideshow/inc/pch/precompiled_slideshow.hxx b/slideshow/inc/pch/precompiled_slideshow.hxx index 19356d905de5..aee384cdbe09 100644 --- a/slideshow/inc/pch/precompiled_slideshow.hxx +++ b/slideshow/inc/pch/precompiled_slideshow.hxx @@ -55,7 +55,6 @@ #include <utility> #include <vector> #include <boost/enable_shared_from_this.hpp> -#include <boost/functional/hash.hpp> #include <boost/intrusive_ptr.hpp> #include <boost/mem_fn.hpp> #include <boost/noncopyable.hpp> |