From 1a6a7947452fa833cf4fdbe1cc6775d2146cc6a1 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 7 Jun 2020 11:39:39 +0200 Subject: tdf#42949 Fix IWYU warnings in shell/ Except for MAC/WIN specific parts (i.e. most of it) Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ia14fb27c047e0e69f81386212aa25344f1297e05 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95663 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- shell/source/cmdmail/cmdmailsuppl.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'shell/source/cmdmail/cmdmailsuppl.cxx') diff --git a/shell/source/cmdmail/cmdmailsuppl.cxx b/shell/source/cmdmail/cmdmailsuppl.cxx index 415a6c4d0051..2867eae63d7c 100644 --- a/shell/source/cmdmail/cmdmailsuppl.cxx +++ b/shell/source/cmdmail/cmdmailsuppl.cxx @@ -25,22 +25,16 @@ #include #include -#include #include "cmdmailsuppl.hxx" #include "cmdmailmsg.hxx" #include #include #include #include -#include #include #include #include -#include -#include -#include - using com::sun::star::beans::PropertyValue; using com::sun::star::system::XSimpleMailClientSupplier; using com::sun::star::system::XSimpleMailClient; -- cgit