diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2015-10-16 17:15:50 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2015-10-26 21:04:30 +0000 |
commit | fd9d9976bf346929d872db0e5d8abc4180c9996c (patch) | |
tree | 77006fe6cc1447040206849a8ff5ef11f83a9860 /include/canvas | |
parent | 85adff17399701880de5fe4eed16d8ca11b20c82 (diff) |
fix includes that are not stand-alone
includes should be able to be included on their own
fix some of the ones that do not respect
that rule.
Change-Id: Id161224a1978461d3cea43252f232f18888a4f61
Reviewed-on: https://gerrit.libreoffice.org/19612
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'include/canvas')
-rw-r--r-- | include/canvas/base/canvascustomspritehelper.hxx | 9 | ||||
-rw-r--r-- | include/canvas/base/disambiguationhelper.hxx | 1 | ||||
-rw-r--r-- | include/canvas/rendering/icachedprimitive.hxx | 1 |
3 files changed, 7 insertions, 4 deletions
diff --git a/include/canvas/base/canvascustomspritehelper.hxx b/include/canvas/base/canvascustomspritehelper.hxx index a6b2557e3d0a..e0ac82ac33ef 100644 --- a/include/canvas/base/canvascustomspritehelper.hxx +++ b/include/canvas/base/canvascustomspritehelper.hxx @@ -20,14 +20,15 @@ #ifndef INCLUDED_CANVAS_BASE_CANVASCUSTOMSPRITEHELPER_HXX #define INCLUDED_CANVAS_BASE_CANVASCUSTOMSPRITEHELPER_HXX -#include <com/sun/star/rendering/XCustomSprite.hpp> -#include <com/sun/star/rendering/XPolyPolygon2D.hpp> +#include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/point/b2dpoint.hxx> -#include <basegfx/vector/b2dvector.hxx> +#include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/range/b2drange.hxx> -#include <basegfx/matrix/b2dhommatrix.hxx> +#include <basegfx/vector/b2dvector.hxx> #include <canvas/base/spritesurface.hxx> #include <canvas/canvastoolsdllapi.h> +#include <com/sun/star/rendering/XCustomSprite.hpp> +#include <com/sun/star/rendering/XPolyPolygon2D.hpp> namespace canvas { diff --git a/include/canvas/base/disambiguationhelper.hxx b/include/canvas/base/disambiguationhelper.hxx index b0caf19734e2..6e3c12c9e0ba 100644 --- a/include/canvas/base/disambiguationhelper.hxx +++ b/include/canvas/base/disambiguationhelper.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_CANVAS_BASE_DISAMBIGUATIONHELPER_HXX #define INCLUDED_CANVAS_BASE_DISAMBIGUATIONHELPER_HXX +#include <com/sun/star/lang/EventObject.hpp> #include <osl/mutex.hxx> diff --git a/include/canvas/rendering/icachedprimitive.hxx b/include/canvas/rendering/icachedprimitive.hxx index 30bc610c75f6..2516a7cfee61 100644 --- a/include/canvas/rendering/icachedprimitive.hxx +++ b/include/canvas/rendering/icachedprimitive.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_CANVAS_RENDERING_ICACHEDPRIMITIVE_HXX #define INCLUDED_CANVAS_RENDERING_ICACHEDPRIMITIVE_HXX +#include <com/sun/star/rendering/Viewstate.hpp> #include <sal/types.h> #include <memory> |