From a30072282e7bc7d9dda68986b4859cc1d6575597 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Tue, 7 Aug 2018 10:56:34 +0200 Subject: tdf#42949 Fix remaining IWYU warnings in sc/inc Found with bin/find-unneeded-includes Only removal proposals are dealt with here. With this patch, find-unneeded-includes gives no more problems Change-Id: I24e62be7a387d7fd97a36f54eed0ba9d83ddaf0c Reviewed-on: https://gerrit.libreoffice.org/58667 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sc/source/ui/docshell/docsh.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc/source/ui/docshell/docsh.cxx') diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx index 390fb9ab9bee..fba755a6e823 100644 --- a/sc/source/ui/docshell/docsh.cxx +++ b/sc/source/ui/docshell/docsh.cxx @@ -20,6 +20,7 @@ #include #include +#include #include #include #include @@ -36,6 +37,7 @@ #include #include #include +#include #include #include #include -- cgit