diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-07-09 18:00:33 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-10 23:25:22 +0200 |
commit | 7aa9f045387a95d0b1a516f917fbcd23e0578902 (patch) | |
tree | 4ca3f1d4d9240a7236ac89cd5ab374c149f7c4d8 /slideshow/source | |
parent | 2302a5ae5625c2ed3a5e7286940d32c7c176d1d2 (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 'slideshow/source')
-rw-r--r-- | slideshow/source/engine/pointersymbol.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/shapes/viewappletshape.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/shapes/viewbackgroundshape.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/shapes/viewmediashape.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/shapes/viewshape.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/slide/userpaintoverlay.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/waitsymbol.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/inc/activitiesfactory.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/inc/activitiesqueue.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/inc/listenercontainer.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/inc/unoviewcontainer.hxx | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/slideshow/source/engine/pointersymbol.hxx b/slideshow/source/engine/pointersymbol.hxx index a1d624a3a6ea..ada82f7d3e30 100644 --- a/slideshow/source/engine/pointersymbol.hxx +++ b/slideshow/source/engine/pointersymbol.hxx @@ -23,7 +23,7 @@ #include <boost/shared_ptr.hpp> #include <boost/bind.hpp> -#include <boost/utility.hpp> +#include <boost/noncopyable.hpp> #include <vector> using namespace com::sun::star; diff --git a/slideshow/source/engine/shapes/viewappletshape.hxx b/slideshow/source/engine/shapes/viewappletshape.hxx index c94b98ca1c41..6751e6a07a59 100644 --- a/slideshow/source/engine/shapes/viewappletshape.hxx +++ b/slideshow/source/engine/shapes/viewappletshape.hxx @@ -23,7 +23,7 @@ #include <basegfx/range/b2drectangle.hxx> #include <com/sun/star/awt/Point.hpp> -#include <boost/utility.hpp> +#include <boost/noncopyable.hpp> #include <boost/shared_ptr.hpp> #include "viewlayer.hxx" diff --git a/slideshow/source/engine/shapes/viewbackgroundshape.hxx b/slideshow/source/engine/shapes/viewbackgroundshape.hxx index 3ec07ab1cb3e..9722bd88715c 100644 --- a/slideshow/source/engine/shapes/viewbackgroundshape.hxx +++ b/slideshow/source/engine/shapes/viewbackgroundshape.hxx @@ -28,7 +28,7 @@ #include <cppcanvas/spritecanvas.hxx> #include <boost/shared_ptr.hpp> -#include <boost/utility.hpp> +#include <boost/noncopyable.hpp> #include "gdimtftools.hxx" #include "viewlayer.hxx" diff --git a/slideshow/source/engine/shapes/viewmediashape.hxx b/slideshow/source/engine/shapes/viewmediashape.hxx index fe0462cd7e42..7b7393091ac2 100644 --- a/slideshow/source/engine/shapes/viewmediashape.hxx +++ b/slideshow/source/engine/shapes/viewmediashape.hxx @@ -24,7 +24,7 @@ #include <com/sun/star/awt/Point.hpp> #include <boost/shared_ptr.hpp> -#include <boost/utility.hpp> +#include <boost/noncopyable.hpp> #include <boost/scoped_ptr.hpp> #include <vcl/vclptr.hxx> diff --git a/slideshow/source/engine/shapes/viewshape.hxx b/slideshow/source/engine/shapes/viewshape.hxx index fcddf74c9884..ed20b7efbd0c 100644 --- a/slideshow/source/engine/shapes/viewshape.hxx +++ b/slideshow/source/engine/shapes/viewshape.hxx @@ -27,7 +27,7 @@ #include <basegfx/polygon/b2dpolygon.hxx> #include <boost/shared_ptr.hpp> -#include <boost/utility.hpp> +#include <boost/noncopyable.hpp> #include "tools.hxx" #include "shapeattributelayer.hxx" diff --git a/slideshow/source/engine/slide/userpaintoverlay.hxx b/slideshow/source/engine/slide/userpaintoverlay.hxx index b07e63f2b0eb..2d46309759b7 100644 --- a/slideshow/source/engine/slide/userpaintoverlay.hxx +++ b/slideshow/source/engine/slide/userpaintoverlay.hxx @@ -25,7 +25,7 @@ #include "unoview.hxx" #include "rgbcolor.hxx" -#include <boost/utility.hpp> +#include <boost/noncopyable.hpp> #include <boost/shared_ptr.hpp> #include <vector> diff --git a/slideshow/source/engine/waitsymbol.hxx b/slideshow/source/engine/waitsymbol.hxx index d93505494ceb..3613baf24fae 100644 --- a/slideshow/source/engine/waitsymbol.hxx +++ b/slideshow/source/engine/waitsymbol.hxx @@ -30,7 +30,7 @@ #include <boost/shared_ptr.hpp> #include <boost/bind.hpp> -#include <boost/utility.hpp> +#include <boost/noncopyable.hpp> #include <vector> namespace slideshow { diff --git a/slideshow/source/inc/activitiesfactory.hxx b/slideshow/source/inc/activitiesfactory.hxx index 4876f1a2cfa6..587997d56512 100644 --- a/slideshow/source/inc/activitiesfactory.hxx +++ b/slideshow/source/inc/activitiesfactory.hxx @@ -37,7 +37,7 @@ #include "pairanimation.hxx" #include <boost/optional.hpp> -#include <boost/utility.hpp> +#include <boost/noncopyable.hpp> /* Definition of ActivitiesFactory class */ diff --git a/slideshow/source/inc/activitiesqueue.hxx b/slideshow/source/inc/activitiesqueue.hxx index 68d6d4157fc0..f9bf9ed3f08c 100644 --- a/slideshow/source/inc/activitiesqueue.hxx +++ b/slideshow/source/inc/activitiesqueue.hxx @@ -28,7 +28,7 @@ #include <canvas/elapsedtime.hxx> #include <boost/shared_ptr.hpp> -#include <boost/utility.hpp> +#include <boost/noncopyable.hpp> /* Definition of ActivitiesQueue class */ diff --git a/slideshow/source/inc/listenercontainer.hxx b/slideshow/source/inc/listenercontainer.hxx index 2b7ae49b4eaa..cbf5ff73586d 100644 --- a/slideshow/source/inc/listenercontainer.hxx +++ b/slideshow/source/inc/listenercontainer.hxx @@ -20,7 +20,7 @@ #define INCLUDED_SLIDESHOW_SOURCE_INC_LISTENERCONTAINER_HXX #include <osl/mutex.hxx> -#include <boost/utility.hpp> +#include <boost/next_prior.hpp> #include <algorithm> #include <vector> diff --git a/slideshow/source/inc/unoviewcontainer.hxx b/slideshow/source/inc/unoviewcontainer.hxx index 63badd2e8465..2f0ea469bdbc 100644 --- a/slideshow/source/inc/unoviewcontainer.hxx +++ b/slideshow/source/inc/unoviewcontainer.hxx @@ -23,7 +23,7 @@ #include <com/sun/star/uno/Reference.hxx> #include <boost/shared_ptr.hpp> -#include <boost/utility.hpp> +#include <boost/noncopyable.hpp> #include <vector> |