summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-04-24 20:01:38 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-24 21:36:08 +1000
commitbc5b1be216b4da3611fe1912b205c5c70bf9cde0 (patch)
tree97d689bf89bba477ee9c92dbff9cd9705ac2017f /vcl
parentf51588a683e458966c6328137268da933ba3682e (diff)
VCL: Remove unnecessary headers from outdev/curvedshapes.cxx
Change-Id: Iae98ff3b75dce83a7d05176b6a0bdf93b7e5fb00
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/outdev/curvedshapes.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/source/outdev/curvedshapes.cxx b/vcl/source/outdev/curvedshapes.cxx
index c07c19f96268..9acd9990b6cf 100644
--- a/vcl/source/outdev/curvedshapes.cxx
+++ b/vcl/source/outdev/curvedshapes.cxx
@@ -17,18 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/debug.hxx>
-#include <tools/poly.hxx>
-
-#include <vcl/metaact.hxx>
-#include <vcl/gdimtf.hxx>
#include <vcl/outdev.hxx>
#include <vcl/virdev.hxx>
#include <salgdi.hxx>
-#include <svdata.hxx>
-#include <outdata.hxx>
-#include <outdev.h>
void OutputDevice::DrawEllipse( const Rectangle& rRect )
{