diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-24 23:13:31 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-24 23:51:38 +1000 |
commit | 4a5ad94bd91f4ec1d2fd4b46eeabeba8aa393c3d (patch) | |
tree | a34a5e119b8396936466d603d48c96ea31e3fcc3 /vcl/source | |
parent | ca4a39eff66af3a27e1c02baff09aaab48f266e1 (diff) |
VCL: Remove unnecessary headers from outdev/polygon.cxx
Change-Id: Ib8f72898bc9cc40a7a4fc1e509eb2f2e36e3d283
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/outdev/polygon.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/outdev/polygon.cxx b/vcl/source/outdev/polygon.cxx index 722386aa9ce8..40fc9191d7a7 100644 --- a/vcl/source/outdev/polygon.cxx +++ b/vcl/source/outdev/polygon.cxx @@ -19,13 +19,11 @@ #include <tools/poly.hxx> -#include <vcl/hatch.hxx> #include <vcl/virdev.hxx> #include <vcl/outdev.hxx> #include "salgdi.hxx" -#include <basegfx/vector/b2dvector.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx> |