diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-24 20:35:19 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-24 21:36:09 +1000 |
commit | 43c8bf27bb46a6b80e432fe8925f2e2d0a9cf150 (patch) | |
tree | 1065f170950282c4056321e493d7fcdd764eb06e /vcl | |
parent | 591aa6cdce8fd42ea9481b46a676316d1750eaa9 (diff) |
VCL: Remove unnecessary headers from outdev/map.cxx
Change-Id: Idd1bc7f640fb62265f453b5a201b052bbbc14b77
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/outdev/map.cxx | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/vcl/source/outdev/map.cxx b/vcl/source/outdev/map.cxx index 24e929c1b371..fe663fd343b6 100644 --- a/vcl/source/outdev/map.cxx +++ b/vcl/source/outdev/map.cxx @@ -20,26 +20,17 @@ #include <limits.h> #include <tools/bigint.hxx> -#include <tools/debug.hxx> -#include <tools/poly.hxx> #include <vcl/virdev.hxx> -#include <vcl/region.hxx> #include <vcl/wrkwin.hxx> -#include <vcl/cursor.hxx> -#include <vcl/metaact.hxx> -#include <vcl/gdimtf.hxx> -#include <vcl/lineinfo.hxx> #include <vcl/outdev.hxx> +#include <vcl/cursor.hxx> #include <svdata.hxx> #include <window.h> #include <outdev.h> -#include <salgdi.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> -#include <basegfx/polygon/b2dpolygon.hxx> -#include <basegfx/polygon/b2dpolypolygon.hxx> static int const s_ImplArySize = MAP_PIXEL+1; static const long aImplNumeratorAry[s_ImplArySize] = |