From 7e5bada5540662ae5bde0522bacf28da1e856589 Mon Sep 17 00:00:00 2001 From: Daniel Robertson Date: Thu, 15 Oct 2015 09:05:08 -0400 Subject: slideshow: remove unecessary boost/bind includes All of the remaining includes of boost/bind.hpp may be removed from slideshow, as last remaining uses of boost::bind have been removed from the module. There should be no side effects due to this change. Change-Id: I4e1855545fad69d09e594d0be139c09aad561b2d Reviewed-on: https://gerrit.libreoffice.org/19395 Tested-by: Jenkins Reviewed-by: Noel Grandin --- slideshow/inc/pch/precompiled_slideshow.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'slideshow/inc') diff --git a/slideshow/inc/pch/precompiled_slideshow.hxx b/slideshow/inc/pch/precompiled_slideshow.hxx index 07318fb1e3fd..43eabbd6022c 100644 --- a/slideshow/inc/pch/precompiled_slideshow.hxx +++ b/slideshow/inc/pch/precompiled_slideshow.hxx @@ -14,7 +14,6 @@ also fixes all possible problems, so it's usually better to use it). */ -#include "boost/bind.hpp" #include "com/sun/star/uno/Reference.hxx" #include "rtl/ref.hxx" #include @@ -38,7 +37,6 @@ #include #include #include -#include #include #include #include -- cgit