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 --- vcl/osx/OSXTransferable.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/osx/OSXTransferable.hxx') diff --git a/vcl/osx/OSXTransferable.hxx b/vcl/osx/OSXTransferable.hxx index 5b8df02736f6..092e0dc59bf3 100644 --- a/vcl/osx/OSXTransferable.hxx +++ b/vcl/osx/OSXTransferable.hxx @@ -32,7 +32,7 @@ #include #include -#include +#include #include class OSXTransferable : public ::cppu::WeakImplHelper1, -- cgit