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 /reportdesign/inc/pch | |
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>
Diffstat (limited to 'reportdesign/inc/pch')
-rw-r--r-- | reportdesign/inc/pch/precompiled_rptui.hxx | 1 |
1 files changed, 0 insertions, 1 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> |