summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-04-24 21:08:20 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-24 21:36:10 +1000
commitf5a4280122900f36193126bf7c97256159fa7af3 (patch)
treef37b97e58962161a6918157f333a27902e5781e4 /vcl
parent43c8bf27bb46a6b80e432fe8925f2e2d0a9cf150 (diff)
VCL: Remove unnecessary headers from outdev/mask.cxx
Change-Id: Id759b151bb636aa7c79043854a622a88a544138d
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/outdev/mask.cxx20
1 files changed, 2 insertions, 18 deletions
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 <tools/debug.hxx>
-#include <vcl/bitmap.hxx>
-#include <vcl/bitmapex.hxx>
-#include <vcl/window.hxx>
-#include <vcl/metaact.hxx>
-#include <vcl/gdimtf.hxx>
-#include <vcl/virdev.hxx>
-#include <vcl/bmpacc.hxx>
#include <vcl/outdev.hxx>
-#include <vcl/image.hxx>
-#include <bmpfast.hxx>
-#include <salbmp.hxx>
+#include <vcl/virdev.hxx>
+
#include <salgdi.hxx>
#include <impbmp.hxx>
-#include <sallayout.hxx>
-#include <image.h>
-#include <outdev.h>
-#include <window.h>
#include <outdata.hxx>
-#include <basegfx/matrix/b2dhommatrix.hxx>
-#include <basegfx/matrix/b2dhommatrixtools.hxx>
-#include <boost/scoped_array.hpp>
extern const sal_uLong nVCLRLut[ 6 ];
extern const sal_uLong nVCLGLut[ 6 ];