From 71ef762f21ada8c25aad2183065478171e985e8c Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 8 Sep 2019 00:09:24 +0200 Subject: tdf#42949 Fix IWYU warnings in svtools/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ifc70900022efcd089c0874bd46e0aacaef0efb72 Reviewed-on: https://gerrit.libreoffice.org/78767 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- svtools/source/hatchwindow/documentcloser.cxx | 3 --- svtools/source/hatchwindow/hatchwindow.cxx | 2 +- svtools/source/hatchwindow/hatchwindowfactory.cxx | 1 - svtools/source/hatchwindow/ipwin.cxx | 1 - 4 files changed, 1 insertion(+), 6 deletions(-) (limited to 'svtools/source/hatchwindow') diff --git a/svtools/source/hatchwindow/documentcloser.cxx b/svtools/source/hatchwindow/documentcloser.cxx index 1c2de038e6e9..4459953e45d4 100644 --- a/svtools/source/hatchwindow/documentcloser.cxx +++ b/svtools/source/hatchwindow/documentcloser.cxx @@ -18,7 +18,6 @@ */ #include -#include #include #include #include @@ -30,8 +29,6 @@ #include #include #include -#include -#include #include #include #include diff --git a/svtools/source/hatchwindow/hatchwindow.cxx b/svtools/source/hatchwindow/hatchwindow.cxx index 7d572e50eacb..1402fde5ae59 100644 --- a/svtools/source/hatchwindow/hatchwindow.cxx +++ b/svtools/source/hatchwindow/hatchwindow.cxx @@ -25,7 +25,7 @@ #include #include -#include +#include #include #include diff --git a/svtools/source/hatchwindow/hatchwindowfactory.cxx b/svtools/source/hatchwindow/hatchwindowfactory.cxx index e8ab0064cc45..520cc1a25a01 100644 --- a/svtools/source/hatchwindow/hatchwindowfactory.cxx +++ b/svtools/source/hatchwindow/hatchwindowfactory.cxx @@ -23,7 +23,6 @@ #include #include #include -#include #include #include diff --git a/svtools/source/hatchwindow/ipwin.cxx b/svtools/source/hatchwindow/ipwin.cxx index f5235535a33b..f32fb9c4245a 100644 --- a/svtools/source/hatchwindow/ipwin.cxx +++ b/svtools/source/hatchwindow/ipwin.cxx @@ -21,7 +21,6 @@ #include #include -#include #include #include -- cgit