From f5a4280122900f36193126bf7c97256159fa7af3 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Thu, 24 Apr 2014 21:08:20 +1000 Subject: VCL: Remove unnecessary headers from outdev/mask.cxx Change-Id: Id759b151bb636aa7c79043854a622a88a544138d --- vcl/source/outdev/mask.cxx | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'vcl') diff --git a/vcl/source/outdev/mask.cxx b/vcl/source/outdev/mask.cxx index 39af4ba8790e..9ca59b8c848f 100644 --- a/vcl/source/outdev/mask.cxx +++ b/vcl/source/outdev/mask.cxx @@ -17,28 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include -#include -#include -#include -#include -#include -#include -#include #include -#include -#include -#include +#include + #include #include -#include -#include -#include -#include #include -#include -#include -#include extern const sal_uLong nVCLRLut[ 6 ]; extern const sal_uLong nVCLGLut[ 6 ]; -- cgit