From 94d5587e013ba61091d90d6636d0e6f320ac5615 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sat, 2 May 2020 23:05:12 +0200 Subject: organize includes in vclprocessor2d.cxx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1117eb86823762882d463c6e4d3b295efaa3151c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93365 Tested-by: Tomaž Vajngerl Reviewed-by: Tomaž Vajngerl --- drawinglayer/source/processor2d/vclprocessor2d.cxx | 42 ++++++++++------------ 1 file changed, 19 insertions(+), 23 deletions(-) (limited to 'drawinglayer') diff --git a/drawinglayer/source/processor2d/vclprocessor2d.cxx b/drawinglayer/source/processor2d/vclprocessor2d.cxx index c5460f0433e1..96b0bf9a97b5 100644 --- a/drawinglayer/source/processor2d/vclprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclprocessor2d.cxx @@ -17,16 +17,27 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include "vclprocessor2d.hxx" + +#include "getdigitlanguage.hxx" +#include "vclhelperbufferdevice.hxx" #include #include -#include "vclprocessor2d.hxx" -#include -#include #include +#include #include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include #include -#include #include #include #include @@ -37,36 +48,21 @@ #include #include #include -#include -#include "vclhelperbufferdevice.hxx" #include #include #include #include #include -#include #include -#include -#include #include -#include #include -#include -#include -#include - -#include "getdigitlanguage.hxx" - -// control support - -#include - -#include - // for support of Title/Description in all apps when embedding pictures #include +// control support +#include -#include +#include +#include using namespace com::sun::star; -- cgit