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 --- framework/inc/pch/precompiled_fwk.hxx | 1 - framework/inc/pch/precompiled_fwl.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'framework') diff --git a/framework/inc/pch/precompiled_fwk.hxx b/framework/inc/pch/precompiled_fwk.hxx index be4379a53bfa..11b6477c82c3 100644 --- a/framework/inc/pch/precompiled_fwk.hxx +++ b/framework/inc/pch/precompiled_fwk.hxx @@ -53,7 +53,6 @@ #include #include #include -#include #include #include #include diff --git a/framework/inc/pch/precompiled_fwl.hxx b/framework/inc/pch/precompiled_fwl.hxx index 296fed69f495..048cc4726e5d 100644 --- a/framework/inc/pch/precompiled_fwl.hxx +++ b/framework/inc/pch/precompiled_fwl.hxx @@ -58,7 +58,6 @@ #include #include #include -#include #include #include #include -- cgit