From e360fb8a316215e6b2d2d27be24b038f0b16a82c Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sat, 2 May 2020 23:09:53 +0200 Subject: organize includes in vclpixelprocessor2d.cxx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1590e437946aaa4bd3a8b6a2c47d2ee17d2060a5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93386 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- .../source/processor2d/vclpixelprocessor2d.cxx | 24 ++++++++++++---------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'drawinglayer') diff --git a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx index f09c6ad0fd76..bba66e2d4272 100644 --- a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx @@ -19,8 +19,16 @@ #include "vclpixelprocessor2d.hxx" #include "vclhelperbufferdevice.hxx" +#include "helperwrongspellrenderer.hxx" + +#include +#include #include #include +#include +#include +#include + #include #include #include @@ -41,25 +49,19 @@ #include #include #include -#include #include #include #include -#include #include #include -#include "helperwrongspellrenderer.hxx" -#include -#include -#include -#include -#include #include -#include #include +#include +#include +#include -#include -#include +#include +#include using namespace com::sun::star; -- cgit