summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/bitmap.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-04-24 19:46:07 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-24 21:36:08 +1000
commita80f7551c917adec593a59900e20be7327c7cbac (patch)
treeacef831f50c0146b1dcd145a8640234b5e571c1e /vcl/source/outdev/bitmap.cxx
parent44d9e4960e7a373350e44fb88be7a3a8c2a81cfd (diff)
VCL: Remove unnecessary headers from outdev/bitmap.cxx
Change-Id: Ib4d5da9bb36e6ad7a02536f169ae7b634bb939db
Diffstat (limited to 'vcl/source/outdev/bitmap.cxx')
-rw-r--r--vcl/source/outdev/bitmap.cxx9
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>