comphelper/inc/pch/precompiled_comphelper.hxx | 1 - comphelper/source/property/property.cxx | 1 - 2 files changed, 2 deletions(-)
New commits: commit 960d03211e471bd5f6d3dd33ae929dfe43d47402 Author: Mario J. Rugiero <[email protected]> Date: Sun Nov 8 19:14:26 2015 -0300 Cleanup two unused boost/bind includes in comphelper. Change-Id: I8bfbbc82be3a91d7227ff76fc6eb570c1155dd4f Reviewed-on: https://gerrit.libreoffice.org/19844 Tested-by: Jenkins <[email protected]> Reviewed-by: Noel Grandin <[email protected]> diff --git a/comphelper/inc/pch/precompiled_comphelper.hxx b/comphelper/inc/pch/precompiled_comphelper.hxx index cfc8055..d83ade8 100644 --- a/comphelper/inc/pch/precompiled_comphelper.hxx +++ b/comphelper/inc/pch/precompiled_comphelper.hxx @@ -16,7 +16,6 @@ #include <algorithm> #include <assert.h> -#include <boost/bind.hpp> #include <boost/current_function.hpp> #include <boost/noncopyable.hpp> #include <memory> diff --git a/comphelper/source/property/property.cxx b/comphelper/source/property/property.cxx index f22561c..bcf7609 100644 --- a/comphelper/source/property/property.cxx +++ b/comphelper/source/property/property.cxx @@ -34,7 +34,6 @@ #include <com/sun/star/uno/genfunc.h> #include <algorithm> -#include <boost/bind.hpp> namespace comphelper _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
