From 7aa9f045387a95d0b1a516f917fbcd23e0578902 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 9 Jul 2015 18:00:33 +0200 Subject: do not include boost/utility.hpp It just includes a bunch of other boost headers; mostly we need boost/noncopyable.hpp so include that directly. This eliminates 831 MB(!) of boost/preprocessor/seq/fold_left.hpp completely, which is the 2nd biggest header after ustring.hxx. Change-Id: I3df55770adcb46e56f389af828e8ba80da2dc1f2 --- framework/inc/pch/precompiled_fwk.hxx | 2 +- framework/source/layoutmanager/layoutmanager.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'framework') diff --git a/framework/inc/pch/precompiled_fwk.hxx b/framework/inc/pch/precompiled_fwk.hxx index fe6602d74c66..7b4c36e616cc 100644 --- a/framework/inc/pch/precompiled_fwk.hxx +++ b/framework/inc/pch/precompiled_fwk.hxx @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/framework/source/layoutmanager/layoutmanager.cxx b/framework/source/layoutmanager/layoutmanager.cxx index 0a2e2224bf93..584adef0a4d3 100644 --- a/framework/source/layoutmanager/layoutmanager.cxx +++ b/framework/source/layoutmanager/layoutmanager.cxx @@ -80,7 +80,7 @@ #include #include -#include +#include // using namespace using namespace ::com::sun::star; -- cgit