summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-03-03 14:06:17 +0100
committerMichael Stahl <mstahl@redhat.com>2016-03-03 15:04:10 +0100
commit521c5602e366a8d4d826fcd910428965de5d9d4e (patch)
tree7cdda4e7c4f7f6bcabacb9bf0c41880c69cc8176 /sd/inc
parentdaa7754026ba5b025076b90f7a4427cd5820e736 (diff)
sd: replace boost::bind with C++11 lambdas or std::bind
Change-Id: I1fc9ca7712fde802c885f5cfeedec1575d913f85
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/pch/precompiled_sd.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx
index 454dfe354839..b0555fb222e1 100644
--- a/sd/inc/pch/precompiled_sd.hxx
+++ b/sd/inc/pch/precompiled_sd.hxx
@@ -42,7 +42,6 @@
#include <unordered_map>
#include <utility>
#include <vector>
-#include <boost/bind.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/limits.hpp>
#include <boost/noncopyable.hpp>