summaryrefslogtreecommitdiff
path: root/vcl/osx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-07-09 18:00:33 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-10 23:25:22 +0200
commit7aa9f045387a95d0b1a516f917fbcd23e0578902 (patch)
tree4ca3f1d4d9240a7236ac89cd5ab374c149f7c4d8 /vcl/osx
parent2302a5ae5625c2ed3a5e7286940d32c7c176d1d2 (diff)
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
Diffstat (limited to 'vcl/osx')
-rw-r--r--vcl/osx/DragSource.hxx2
-rw-r--r--vcl/osx/DragSourceContext.hxx2
-rw-r--r--vcl/osx/DropTarget.hxx2
-rw-r--r--vcl/osx/OSXTransferable.hxx2
-rw-r--r--vcl/osx/clipboard.hxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/vcl/osx/DragSource.hxx b/vcl/osx/DragSource.hxx
index 491716d87f4c..45fc71c64b36 100644
--- a/vcl/osx/DragSource.hxx
+++ b/vcl/osx/DragSource.hxx
@@ -30,7 +30,7 @@
#include <osl/thread.h>
#include <com/sun/star/awt/MouseEvent.hpp>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <premac.h>
#import <Cocoa/Cocoa.h>
diff --git a/vcl/osx/DragSourceContext.hxx b/vcl/osx/DragSourceContext.hxx
index 41ed086f0c9d..f8f603b8ae2d 100644
--- a/vcl/osx/DragSourceContext.hxx
+++ b/vcl/osx/DragSourceContext.hxx
@@ -25,7 +25,7 @@
#include <cppuhelper/compbase1.hxx>
#include <cppuhelper/basemutex.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
// This class fires events to XDragSourceListener implementations.
// Of that interface only dragDropEnd and dropActionChanged are called.
diff --git a/vcl/osx/DropTarget.hxx b/vcl/osx/DropTarget.hxx
index d31f5069b30a..9223fb35a571 100644
--- a/vcl/osx/DropTarget.hxx
+++ b/vcl/osx/DropTarget.hxx
@@ -34,7 +34,7 @@
#include <cppuhelper/basemutex.hxx>
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <premac.h>
#import <Cocoa/Cocoa.h>
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 <postmac.h>
#include <boost/shared_ptr.hpp>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <vector>
class OSXTransferable : public ::cppu::WeakImplHelper1<com::sun::star::datatransfer::XTransferable>,
diff --git a/vcl/osx/clipboard.hxx b/vcl/osx/clipboard.hxx
index 1fd71e623bfc..3444c70d6a05 100644
--- a/vcl/osx/clipboard.hxx
+++ b/vcl/osx/clipboard.hxx
@@ -36,7 +36,7 @@
#include <cppuhelper/basemutex.hxx>
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <list>
#include <premac.h>