summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorMario J. Rugiero <mrugiero@gmail.com>2015-11-08 19:14:26 -0300
committerNoel Grandin <noelgrandin@gmail.com>2015-11-09 06:00:52 +0000
commit960d03211e471bd5f6d3dd33ae929dfe43d47402 (patch)
tree4c802b44761f9e9ec08927d741bce8eb4998373b /comphelper
parenta148fe149c7af1995fd2aaab0a6e52242509b993 (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.hxx1
-rw-r--r--comphelper/source/property/property.cxx1
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