From c664b27505223257f93f05425c52a88172ca199b Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Wed, 13 Apr 2016 18:03:43 +0200 Subject: tdf#94306 remove unused boost dependencies remove 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 Reviewed-by: Michael Stahl --- cppuhelper/Library_cppuhelper.mk | 2 -- cppuhelper/inc/pch/precompiled_cppuhelper.hxx | 1 - 2 files changed, 3 deletions(-) (limited to 'cppuhelper') 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 #include #include -#include #include #include #include -- cgit