diff options
Diffstat (limited to 'vcl/source/outdev/polygon.cxx')
-rw-r--r-- | vcl/source/outdev/polygon.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/outdev/polygon.cxx b/vcl/source/outdev/polygon.cxx index aacbe00df924..9b0cb3819cc7 100644 --- a/vcl/source/outdev/polygon.cxx +++ b/vcl/source/outdev/polygon.cxx @@ -22,15 +22,12 @@ #include <sal/types.h> #include <basegfx/matrix/b2dhommatrix.hxx> -#include <basegfx/polygon/b2dpolygontools.hxx> -#include <basegfx/polygon/b2dpolypolygontools.hxx> #include <memory> #include <tools/poly.hxx> #include <vcl/gdimtf.hxx> #include <vcl/metaact.hxx> #include <vcl/outdev.hxx> #include <vcl/virdev.hxx> -#include <vcl/window.hxx> #include <salgdi.hxx> |