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/test/testshape.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'slideshow/test') diff --git a/slideshow/test/testshape.cxx b/slideshow/test/testshape.cxx index 1aa53348f54f..8eaf58e01ee9 100644 --- a/slideshow/test/testshape.cxx +++ b/slideshow/test/testshape.cxx @@ -33,8 +33,6 @@ #include "tests.hxx" #include "com/sun/star/presentation/XSlideShowView.hpp" -#include - namespace target = slideshow::internal; using namespace ::com::sun::star; -- cgit