summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-06-23 15:25:01 +0900
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 09:51:11 -0500
commitc7cea52353a27d2c6ed3c53b6e0b854ccc7b165a (patch)
treec8b2e1506fb83cb662faf231b4e785d4f6649905 /vcl
parent4a4a76a84bcec7ef3e757b2641679c095010c641 (diff)
Drop duplicate #includes
Change-Id: I4db77ea1de42676d9d2df70db3f2e1665a3fd983 Reviewed-on: https://gerrit.libreoffice.org/16419 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit 0655f98565c78c055ed10631fd57aa73604946b6)
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/salframe.hxx1
-rw-r--r--vcl/win/source/gdi/gdiimpl.cxx2
2 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/salframe.hxx b/vcl/inc/salframe.hxx
index d576b60a5744..65213dcae25a 100644
--- a/vcl/inc/salframe.hxx
+++ b/vcl/inc/salframe.hxx
@@ -36,7 +36,6 @@
#include <vcl/window.hxx>
#include <vcl/vclptr.hxx>
-#include <vcl/window.hxx>
// complete vcl::Window for SalFrame::CallCallback under -fsanitize=function
class AllSettings;
diff --git a/vcl/win/source/gdi/gdiimpl.cxx b/vcl/win/source/gdi/gdiimpl.cxx
index 021a8075c8a6..fff7c25d659d 100644
--- a/vcl/win/source/gdi/gdiimpl.cxx
+++ b/vcl/win/source/gdi/gdiimpl.cxx
@@ -66,8 +66,6 @@
#pragma warning(pop)
#endif
-#include <basegfx/polygon/b2dpolygon.hxx>
-
#define SAL_POLYPOLYCOUNT_STACKBUF 8
#define SAL_POLYPOLYPOINTS_STACKBUF 64