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/dialogs/ServerDetailsControls.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'svtools/source/dialogs/ServerDetailsControls.cxx') diff --git a/svtools/source/dialogs/ServerDetailsControls.cxx b/svtools/source/dialogs/ServerDetailsControls.cxx index e63aeae088cc..02d5d8ae2816 100644 --- a/svtools/source/dialogs/ServerDetailsControls.cxx +++ b/svtools/source/dialogs/ServerDetailsControls.cxx @@ -17,16 +17,13 @@ #include #include -#include #include #include #include #include -#include #include #include -#include #include -- cgit