From c567c0cf4484de490c3439d45310a23e77c38f7d Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 11 May 2016 22:57:05 +0200 Subject: dbaccess: replace boost::bind with C++11 lambdas Change-Id: I468f9c7af9c8c8189c51790e0301dd8c60a9f83c --- dbaccess/inc/pch/precompiled_dba.hxx | 1 - dbaccess/inc/pch/precompiled_dbu.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'dbaccess/inc') 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 #include #include -#include #include #include #include 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 #include #include -#include #include #include #include -- cgit