From b184b4249d114bafba7d2afd00093747db556d33 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 3 Mar 2016 14:10:32 +0100 Subject: sal: replace boost::bind with C++11 lambdas Change-Id: If8e16b7805b5b25dafe053e35cd98079abbea83c --- sal/inc/pch/precompiled_sal.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sal/inc') diff --git a/sal/inc/pch/precompiled_sal.hxx b/sal/inc/pch/precompiled_sal.hxx index ab1c7d2602d8..13cf7bbb3333 100644 --- a/sal/inc/pch/precompiled_sal.hxx +++ b/sal/inc/pch/precompiled_sal.hxx @@ -32,7 +32,6 @@ #include #include #include -#include #include #include #include -- cgit