From 807e075a6184f7afc01a127abe77391238ab4163 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 29 Nov 2019 16:48:21 +0100 Subject: tdf#42949 Replace property_tre/ptree.hpp with fw declaration header Similarly to commit fb1b461208e7a2760fa1c018db08606a9b3e435d replace new instances of boost/property_tree/ptree.hpp with forward declaration only header, as suggested by IWYU This reduces includebloat from 28.5G to 22.6G and cold clean build time from real 68m54,192s user 947m28,508s to real 62m50,689s user 861m33,131s on my machine. Change-Id: I5530f1b4b1a46d9159c752ad5af9a408215baf40 Reviewed-on: https://gerrit.libreoffice.org/84175 Tested-by: Jenkins Reviewed-by: Noel Grandin --- editeng/source/items/frmitems.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editeng') diff --git a/editeng/source/items/frmitems.cxx b/editeng/source/items/frmitems.cxx index 37f1c1a04ff7..f74b53732ce2 100644 --- a/editeng/source/items/frmitems.cxx +++ b/editeng/source/items/frmitems.cxx @@ -90,6 +90,8 @@ #include #include +#include + using namespace ::editeng; using namespace ::com::sun::star; using namespace ::com::sun::star::drawing; -- cgit v1.2.3