diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-06-23 15:25:01 +0900 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-23 10:40:00 +0000 |
commit | 0655f98565c78c055ed10631fd57aa73604946b6 (patch) | |
tree | 044f9faa97b7314bfa2b8ba465de6b7193deb0dc /vcl | |
parent | 43a082f0bba799a9fc33071079f7a42932935e05 (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>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/salframe.hxx | 1 | ||||
-rw-r--r-- | vcl/win/source/gdi/gdiimpl.cxx | 2 |
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 bd5f340f5a91..a0a61d2f77b0 100644 --- a/vcl/win/source/gdi/gdiimpl.cxx +++ b/vcl/win/source/gdi/gdiimpl.cxx @@ -65,8 +65,6 @@ #pragma warning(pop) #endif -#include <basegfx/polygon/b2dpolygon.hxx> - #define SAL_POLYPOLYCOUNT_STACKBUF 8 #define SAL_POLYPOLYPOINTS_STACKBUF 64 |