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/misc/embedtransfer.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'svtools/source/misc/embedtransfer.cxx') diff --git a/svtools/source/misc/embedtransfer.cxx b/svtools/source/misc/embedtransfer.cxx index 61ad948ea8da..ac18b8cdead9 100644 --- a/svtools/source/misc/embedtransfer.cxx +++ b/svtools/source/misc/embedtransfer.cxx @@ -17,10 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include #include -#include -#include #include #include #include -- cgit