From ad1f0d1f1a195a00cf2ec2848745fdc6186bfbb1 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens 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 Tested-by: Thorsten Behrens --- basctl/inc/pch/precompiled_basctl.hxx | 2 +- basctl/source/dlged/dlgedobj.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'basctl') diff --git a/basctl/inc/pch/precompiled_basctl.hxx b/basctl/inc/pch/precompiled_basctl.hxx index ec4fc389b80b..0ae4276e9169 100644 --- a/basctl/inc/pch/precompiled_basctl.hxx +++ b/basctl/inc/pch/precompiled_basctl.hxx @@ -112,7 +112,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/basctl/source/dlged/dlgedobj.cxx b/basctl/source/dlged/dlgedobj.cxx index f43879cc469e..9e4ab9b5c00f 100644 --- a/basctl/source/dlged/dlgedobj.cxx +++ b/basctl/source/dlged/dlgedobj.cxx @@ -39,7 +39,7 @@ #include #include #include -#include +#include #include #include -- cgit