summaryrefslogtreecommitdiff
path: root/slideshow/inc/pch/precompiled_slideshow.hxx
diff options
context:
space:
mode:
authorDaniel Robertson <danlrobertson89@gmail.com>2015-10-15 09:05:08 -0400
committerNoel Grandin <noelgrandin@gmail.com>2015-10-19 06:52:58 +0000
commit7e5bada5540662ae5bde0522bacf28da1e856589 (patch)
treeaca378553659ff2a7371f8b9d7f5c3f5cc5561a0 /slideshow/inc/pch/precompiled_slideshow.hxx
parenta55496a9e88ac3da821b0ae0d334866d669540c6 (diff)
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 <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'slideshow/inc/pch/precompiled_slideshow.hxx')
-rw-r--r--slideshow/inc/pch/precompiled_slideshow.hxx2
1 files changed, 0 insertions, 2 deletions
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 <algorithm>
@@ -38,7 +37,6 @@
#include <basegfx/tools/lerp.hxx>
#include <basegfx/vector/b2dvector.hxx>
#include <basegfx/vector/b2ivector.hxx>
-#include <boost/bind.hpp>
#include <boost/current_function.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <boost/mem_fn.hpp>