From ad1f0d1f1a195a00cf2ec2848745fdc6186bfbb1 Mon Sep 17 00:00:00 2001
From: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Date: Mon, 17 Aug 2015 14:40:17 +0200
Subject: o3tl: rename compat_functional header

After the cleanup, the stuff there really stands on its own (and the
remaining usage of select1st/2nd is more descriptive than lambdas).

Change-Id: I0aba131d5dc550189f8130d167dc94167e404540
Reviewed-on: https://gerrit.libreoffice.org/17806
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
---
 connectivity/source/commontools/TSortIndex.cxx   | 2 +-
 connectivity/source/commontools/TTableHelper.cxx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'connectivity')

diff --git a/connectivity/source/commontools/TSortIndex.cxx b/connectivity/source/commontools/TSortIndex.cxx
index 9e3632df113a..11638feb4905 100644
--- a/connectivity/source/commontools/TSortIndex.cxx
+++ b/connectivity/source/commontools/TSortIndex.cxx
@@ -20,7 +20,7 @@
 #include "TSortIndex.hxx"
 #include <algorithm>
 #include <iterator>
-#include <o3tl/compat_functional.hxx>
+#include <o3tl/functional.hxx>
 
 using namespace connectivity;
 
diff --git a/connectivity/source/commontools/TTableHelper.cxx b/connectivity/source/commontools/TTableHelper.cxx
index 30c6a1be96e0..fd58514511e3 100644
--- a/connectivity/source/commontools/TTableHelper.cxx
+++ b/connectivity/source/commontools/TTableHelper.cxx
@@ -37,7 +37,7 @@
 #include <unotools/sharedunocomponent.hxx>
 #include "TConnection.hxx"
 
-#include <o3tl/compat_functional.hxx>
+#include <o3tl/functional.hxx>
 
 #include <iterator>
 #include <set>
-- 
cgit