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 --- vbahelper/inc/pch/precompiled_vbahelper.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'vbahelper/inc') diff --git a/vbahelper/inc/pch/precompiled_vbahelper.hxx b/vbahelper/inc/pch/precompiled_vbahelper.hxx index 0138fa5ba583..ec068e80b275 100644 --- a/vbahelper/inc/pch/precompiled_vbahelper.hxx +++ b/vbahelper/inc/pch/precompiled_vbahelper.hxx @@ -31,7 +31,6 @@ #include #include #include -#include #include #include #include -- cgit