summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-04-24 23:37:39 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-24 23:51:40 +1000
commit3a0d74e24fbaa78bde7a1b2fc0febbcb46e90e6a (patch)
tree0b4b2a26096b8ce400a178333457dee229ff3986 /vcl
parent672ac7b619f2fc24245efc07662a368c3a28b4d7 (diff)
VCL: Remove unnecessary headers from outdev/polyline.cxx
Change-Id: I2439ad38dc531fb35167f6778312a244bb2fbb01
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/outdev/polyline.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/outdev/polyline.cxx b/vcl/source/outdev/polyline.cxx
index fe3e9cd89e30..738de797a16a 100644
--- a/vcl/source/outdev/polyline.cxx
+++ b/vcl/source/outdev/polyline.cxx
@@ -25,7 +25,6 @@
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
-#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <basegfx/polygon/b2dlinegeometry.hxx>
void OutputDevice::DrawPolyLine( const Polygon& rPoly )