summaryrefslogtreecommitdiff
path: root/dbaccess/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-05-11 22:57:05 +0200
committerMichael Stahl <mstahl@redhat.com>2016-05-12 11:08:25 +0200
commitc567c0cf4484de490c3439d45310a23e77c38f7d (patch)
treeeac5994aba0e7a34fd787a8bef2661e56dc5a26b /dbaccess/inc
parent28159e91ba936e9da13bb4e194b34605065e4362 (diff)
dbaccess: replace boost::bind with C++11 lambdas
Change-Id: I468f9c7af9c8c8189c51790e0301dd8c60a9f83c
Diffstat (limited to 'dbaccess/inc')
-rw-r--r--dbaccess/inc/pch/precompiled_dba.hxx1
-rw-r--r--dbaccess/inc/pch/precompiled_dbu.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/inc/pch/precompiled_dba.hxx b/dbaccess/inc/pch/precompiled_dba.hxx
index 77edfdb82a06..d4e2b5e9cee1 100644
--- a/dbaccess/inc/pch/precompiled_dba.hxx
+++ b/dbaccess/inc/pch/precompiled_dba.hxx
@@ -49,7 +49,6 @@
#include <type_traits>
#include <utility>
#include <vector>
-#include <boost/bind.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/optional.hpp>
#include <boost/optional/optional.hpp>
diff --git a/dbaccess/inc/pch/precompiled_dbu.hxx b/dbaccess/inc/pch/precompiled_dbu.hxx
index 3f2491e5805d..07392df7337c 100644
--- a/dbaccess/inc/pch/precompiled_dbu.hxx
+++ b/dbaccess/inc/pch/precompiled_dbu.hxx
@@ -31,7 +31,6 @@
#include <stdlib.h>
#include <string.h>
#include <vector>
-#include <boost/bind.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/optional.hpp>
#include <osl/diagnose.h>