diff options
author | Mario J. Rugiero <mrugiero@gmail.com> | 2015-11-08 19:14:26 -0300 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-11-09 06:00:52 +0000 |
commit | 960d03211e471bd5f6d3dd33ae929dfe43d47402 (patch) | |
tree | 4c802b44761f9e9ec08927d741bce8eb4998373b /comphelper | |
parent | a148fe149c7af1995fd2aaab0a6e52242509b993 (diff) |
Cleanup two unused boost/bind includes in comphelper.
Change-Id: I8bfbbc82be3a91d7227ff76fc6eb570c1155dd4f
Reviewed-on: https://gerrit.libreoffice.org/19844
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/inc/pch/precompiled_comphelper.hxx | 1 | ||||
-rw-r--r-- | comphelper/source/property/property.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/comphelper/inc/pch/precompiled_comphelper.hxx b/comphelper/inc/pch/precompiled_comphelper.hxx index cfc80557196e..d83ade8e5190 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 f22561c96373..bcf76091b920 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 |