diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-01 08:57:13 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-01 10:13:30 +0200 |
commit | 5805be0b349ebb1be6a3613368bffc63644b1c84 (patch) | |
tree | 0c9ae96ee416d3db684279bdc53aba54d5157490 /dbaccess/inc | |
parent | 0dfcb858c1e863f6df225ae774bb567f8cfe00c9 (diff) |
boost::mem_fn->std::mem_fn in dbaccess
Change-Id: I9156e106d12b670e94bab899a4f67a35701ae5ac
Diffstat (limited to 'dbaccess/inc')
-rw-r--r-- | dbaccess/inc/pch/precompiled_dbu.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/inc/pch/precompiled_dbu.hxx b/dbaccess/inc/pch/precompiled_dbu.hxx index 7a6f7d313b81..84bdc63ed2d6 100644 --- a/dbaccess/inc/pch/precompiled_dbu.hxx +++ b/dbaccess/inc/pch/precompiled_dbu.hxx @@ -33,7 +33,6 @@ #include <vector> #include <boost/bind.hpp> #include <boost/intrusive_ptr.hpp> -#include <boost/mem_fn.hpp> #include <boost/noncopyable.hpp> #include <boost/optional.hpp> #include <osl/diagnose.h> |