diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-01 08:39:58 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-02-01 07:48:26 +0000 |
commit | 30c4cc2f09144b80216bca03089970348126fb5e (patch) | |
tree | b51cd3a9470a5c50437341de5c580aa3d78590ff | |
parent | 749c5a08016a0384686caab7528f3c8adc51fdc6 (diff) |
boost::unordered_set is not used anymore
Change-Id: I0d38b254a1a23c124247a7b747f5d1331c571f54
Reviewed-on: https://gerrit.libreoffice.org/21977
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
-rw-r--r-- | reportdesign/inc/pch/precompiled_rptui.hxx | 1 | ||||
-rw-r--r-- | sd/inc/pch/precompiled_sdui.hxx | 1 | ||||
-rw-r--r-- | sw/inc/pch/precompiled_msword.hxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/reportdesign/inc/pch/precompiled_rptui.hxx b/reportdesign/inc/pch/precompiled_rptui.hxx index 8b52be9f343c..dc85cee9272f 100644 --- a/reportdesign/inc/pch/precompiled_rptui.hxx +++ b/reportdesign/inc/pch/precompiled_rptui.hxx @@ -62,7 +62,6 @@ #include <boost/mem_fn.hpp> #include <boost/noncopyable.hpp> #include <boost/shared_array.hpp> -#include <boost/unordered_set.hpp> #include <osl/conditn.h> #include <osl/conditn.hxx> #include <osl/diagnose.h> diff --git a/sd/inc/pch/precompiled_sdui.hxx b/sd/inc/pch/precompiled_sdui.hxx index c8182d05eb0d..ab9d1bd4a1d7 100644 --- a/sd/inc/pch/precompiled_sdui.hxx +++ b/sd/inc/pch/precompiled_sdui.hxx @@ -58,7 +58,6 @@ #include <boost/noncopyable.hpp> #include <boost/optional.hpp> #include <boost/shared_array.hpp> -#include <boost/unordered_set.hpp> #include <osl/diagnose.h> #include <osl/diagnose.hxx> #include <osl/doublecheckedlocking.h> diff --git a/sw/inc/pch/precompiled_msword.hxx b/sw/inc/pch/precompiled_msword.hxx index b1c899f32d5e..34cfaa1fc5b4 100644 --- a/sw/inc/pch/precompiled_msword.hxx +++ b/sw/inc/pch/precompiled_msword.hxx @@ -67,7 +67,6 @@ #include <boost/noncopyable.hpp> #include <boost/optional.hpp> #include <boost/shared_array.hpp> -#include <boost/unordered_set.hpp> #include <osl/diagnose.h> #include <osl/diagnose.hxx> #include <osl/doublecheckedlocking.h> |