summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2016-04-13 18:03:43 +0200
committerMichael Stahl <mstahl@redhat.com>2016-04-13 19:47:09 +0000
commitc664b27505223257f93f05425c52a88172ca199b (patch)
treeb368d0873daed48e9f485c0ad0c80badbf079825 /cppuhelper
parentf00fd79f8a66d3ff78509421dd7c8257832e913f (diff)
tdf#94306 remove unused boost dependencies
remove <boost/noncopyable.hpp> in pch and remove boost from makefile if it was the only boost entry. Change-Id: Icb945ae59c137571f4f63807601738eea5c3e831 Reviewed-on: https://gerrit.libreoffice.org/24061 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/Library_cppuhelper.mk2
-rw-r--r--cppuhelper/inc/pch/precompiled_cppuhelper.hxx1
2 files changed, 0 insertions, 3 deletions
diff --git a/cppuhelper/Library_cppuhelper.mk b/cppuhelper/Library_cppuhelper.mk
index 6b9c69c3563a..580a70f41ad9 100644
--- a/cppuhelper/Library_cppuhelper.mk
+++ b/cppuhelper/Library_cppuhelper.mk
@@ -23,8 +23,6 @@ $(eval $(call gb_Library_add_defs,cppuhelper,\
$(eval $(call gb_Library_set_precompiled_header,cppuhelper,$(SRCDIR)/cppuhelper/inc/pch/precompiled_cppuhelper))
-$(eval $(call gb_Library_use_external,cppuhelper,boost_headers))
-
$(eval $(call gb_Library_use_libraries,cppuhelper,\
cppu \
reg \
diff --git a/cppuhelper/inc/pch/precompiled_cppuhelper.hxx b/cppuhelper/inc/pch/precompiled_cppuhelper.hxx
index d528e141209c..d01118b842de 100644
--- a/cppuhelper/inc/pch/precompiled_cppuhelper.hxx
+++ b/cppuhelper/inc/pch/precompiled_cppuhelper.hxx
@@ -27,7 +27,6 @@
#include <memory>
#include <new>
#include <vector>
-#include <boost/noncopyable.hpp>
#include <osl/diagnose.h>
#include <osl/doublecheckedlocking.h>
#include <osl/file.h>