diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-24 19:46:07 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-24 21:36:08 +1000 |
commit | a80f7551c917adec593a59900e20be7327c7cbac (patch) | |
tree | acef831f50c0146b1dcd145a8640234b5e571c1e | |
parent | 44d9e4960e7a373350e44fb88be7a3a8c2a81cfd (diff) |
VCL: Remove unnecessary headers from outdev/bitmap.cxx
Change-Id: Ib4d5da9bb36e6ad7a02536f169ae7b634bb939db
-rw-r--r-- | vcl/source/outdev/bitmap.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/vcl/source/outdev/bitmap.cxx b/vcl/source/outdev/bitmap.cxx index 439bc6ca82ca..0f9b7a93568d 100644 --- a/vcl/source/outdev/bitmap.cxx +++ b/vcl/source/outdev/bitmap.cxx @@ -17,27 +17,18 @@ * 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/metaact.hxx> -#include <vcl/gdimtf.hxx> #include <vcl/bmpacc.hxx> #include <vcl/outdev.hxx> #include <vcl/virdev.hxx> #include <vcl/image.hxx> #include <bmpfast.hxx> -#include <salbmp.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> |