diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-17 00:22:03 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-18 09:54:49 +0200 |
commit | aa58a6396de25f6a3230e8692ef390b6b207e743 (patch) | |
tree | 4b49ff542d8bba146a3e15471896b92a1239c5bd /drawinglayer/source/processor3d | |
parent | 618e1fdac12126ab8fc0c90d8b9508825f533c5c (diff) |
Removed duplicated include
Change-Id: I5e3b08470db04db80238543a385fddd15708ba05
Reviewed-on: https://gerrit.libreoffice.org/57595
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'drawinglayer/source/processor3d')
-rw-r--r-- | drawinglayer/source/processor3d/zbufferprocessor3d.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drawinglayer/source/processor3d/zbufferprocessor3d.cxx b/drawinglayer/source/processor3d/zbufferprocessor3d.cxx index 55b45682a3ec..ffc6ab9746a1 100644 --- a/drawinglayer/source/processor3d/zbufferprocessor3d.cxx +++ b/drawinglayer/source/processor3d/zbufferprocessor3d.cxx @@ -20,7 +20,6 @@ #include <drawinglayer/processor3d/zbufferprocessor3d.hxx> #include <basegfx/raster/bzpixelraster.hxx> #include <basegfx/raster/rasterconvert3d.hxx> -#include <basegfx/raster/bzpixelraster.hxx> #include <drawinglayer/attribute/materialattribute3d.hxx> #include <drawinglayer/texture/texture.hxx> #include <drawinglayer/primitive3d/drawinglayer_primitivetypes3d.hxx> |