summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-02-03 16:13:58 +0100
committerMichael Stahl <mstahl@redhat.com>2016-02-03 23:43:33 +0100
commit0fadfd3c17a4ec9bd3e51deb22074422e1b4c330 (patch)
treed8769922bd3f674f438f6550cf2c45e8d6eab8cf /sc/inc
parent1fe41c378fdc3261fb86f3abeb93c7d918c74fb5 (diff)
sc: replace boost::bind with C++11 lambda
Change-Id: I516ffb7510f52cceff0cae6970c6ab699a7889be
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/pch/precompiled_sc.hxx1
-rw-r--r--sc/inc/pch/precompiled_scfilt.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx
index ed95b2d3e7e0..c73aa98462b9 100644
--- a/sc/inc/pch/precompiled_sc.hxx
+++ b/sc/inc/pch/precompiled_sc.hxx
@@ -56,7 +56,6 @@
#include <unordered_set>
#include <utility>
#include <vector>
-#include <boost/bind.hpp>
#include <boost/checked_delete.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/math/special_functions/log1p.hpp>
diff --git a/sc/inc/pch/precompiled_scfilt.hxx b/sc/inc/pch/precompiled_scfilt.hxx
index 8feccbbe466a..655f61076c09 100644
--- a/sc/inc/pch/precompiled_scfilt.hxx
+++ b/sc/inc/pch/precompiled_scfilt.hxx
@@ -48,7 +48,6 @@
#include <unordered_set>
#include <utility>
#include <vector>
-#include <boost/bind.hpp>
#include <boost/checked_delete.hpp>
#include <boost/noncopyable.hpp>
#include <boost/optional/optional.hpp>