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 --- xmloff/inc/txtlists.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/inc/txtlists.hxx') diff --git a/xmloff/inc/txtlists.hxx b/xmloff/inc/txtlists.hxx index 891fb7967337..2ae38bad595b 100644 --- a/xmloff/inc/txtlists.hxx +++ b/xmloff/inc/txtlists.hxx @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include #include -- cgit