summaryrefslogtreecommitdiff
path: root/canvas/source/opengl
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 /canvas/source/opengl
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 'canvas/source/opengl')
-rw-r--r--canvas/source/opengl/ogl_bitmapcanvashelper.hxx2
-rw-r--r--canvas/source/opengl/ogl_canvasfont.hxx2
-rw-r--r--canvas/source/opengl/ogl_spritedevicehelper.hxx2
-rw-r--r--canvas/source/opengl/ogl_textlayout.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/canvas/source/opengl/ogl_bitmapcanvashelper.hxx b/canvas/source/opengl/ogl_bitmapcanvashelper.hxx
index 0c6758855181..36f67d2fd42d 100644
--- a/canvas/source/opengl/ogl_bitmapcanvashelper.hxx
+++ b/canvas/source/opengl/ogl_bitmapcanvashelper.hxx
@@ -16,7 +16,7 @@
#include <basegfx/vector/b2isize.hxx>
#include <basegfx/vector/b2dsize.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include <vector>
diff --git a/canvas/source/opengl/ogl_canvasfont.hxx b/canvas/source/opengl/ogl_canvasfont.hxx
index 0ab99d7c53e5..d814fd6da591 100644
--- a/canvas/source/opengl/ogl_canvasfont.hxx
+++ b/canvas/source/opengl/ogl_canvasfont.hxx
@@ -19,7 +19,7 @@
#include <rtl/ref.hxx>
#include <boost/shared_ptr.hpp>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
/* Definition of CanvasFont class */
diff --git a/canvas/source/opengl/ogl_spritedevicehelper.hxx b/canvas/source/opengl/ogl_spritedevicehelper.hxx
index b1a988d51305..02fb85341c3f 100644
--- a/canvas/source/opengl/ogl_spritedevicehelper.hxx
+++ b/canvas/source/opengl/ogl_spritedevicehelper.hxx
@@ -15,7 +15,7 @@
#include <rtl/ref.hxx>
#include <canvas/elapsedtime.hxx>
#include <com/sun/star/rendering/XGraphicDevice.hpp>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include "ogl_buffercontext.hxx"
diff --git a/canvas/source/opengl/ogl_textlayout.hxx b/canvas/source/opengl/ogl_textlayout.hxx
index 6541369266e7..6f126ca8e3ea 100644
--- a/canvas/source/opengl/ogl_textlayout.hxx
+++ b/canvas/source/opengl/ogl_textlayout.hxx
@@ -17,7 +17,7 @@
#include <basegfx/vector/b2isize.hxx>
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
#include "ogl_canvasfont.hxx"