summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/pixel.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-04-24 23:36:06 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-24 23:51:40 +1000
commit672ac7b619f2fc24245efc07662a368c3a28b4d7 (patch)
tree98be9d0ed60389bbde9dbf99f0bd6940d8a6ba68 /vcl/source/outdev/pixel.cxx
parentdd6641962d56c91dd6a1073a3c80ea85926211a5 (diff)
VCL: Remove unnecessary headers from outdev/pixel.cxx
Change-Id: Ibc307a74e93cd80c651d17e41a3828c06a58b160
Diffstat (limited to 'vcl/source/outdev/pixel.cxx')
-rw-r--r--vcl/source/outdev/pixel.cxx23
1 files changed, 5 insertions, 18 deletions
diff --git a/vcl/source/outdev/pixel.cxx b/vcl/source/outdev/pixel.cxx
index 3375eb20a3f7..f2521d69c810 100644
--- a/vcl/source/outdev/pixel.cxx
+++ b/vcl/source/outdev/pixel.cxx
@@ -17,27 +17,14 @@
* 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 <vcl/window.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 ];