From 28159e91ba936e9da13bb4e194b34605065e4362 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 11 May 2016 22:44:08 +0200 Subject: sdext: replace boost::bind with C++11 lambdas, part 2 Change-Id: Ife5fbf7a7a41182de00dca339cba160e3bb0062f --- sdext/inc/pch/precompiled_PresenterScreen.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sdext/inc/pch') diff --git a/sdext/inc/pch/precompiled_PresenterScreen.hxx b/sdext/inc/pch/precompiled_PresenterScreen.hxx index d47549951910..31a8febe05be 100644 --- a/sdext/inc/pch/precompiled_PresenterScreen.hxx +++ b/sdext/inc/pch/precompiled_PresenterScreen.hxx @@ -40,7 +40,6 @@ #include #include #include -#include #include #include #include -- cgit