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 --- oox/inc/pch/precompiled_oox.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oox/inc') diff --git a/oox/inc/pch/precompiled_oox.hxx b/oox/inc/pch/precompiled_oox.hxx index 46d61abf07d3..990b6863bc60 100644 --- a/oox/inc/pch/precompiled_oox.hxx +++ b/oox/inc/pch/precompiled_oox.hxx @@ -35,7 +35,7 @@ #include #include #include -#include +#include #include #include #include -- cgit