From d847ca56ef2d020da5efa696ce5eb3c96e1ba474 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 16 Jan 2020 20:25:45 +0100 Subject: tdf#42949 Fix IWYU warnings in basctl/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Id956a2aaffb7ac8787847eedc4860bf9f4b70184 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86943 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- basctl/qa/unit/basctl-dialogs-test.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'basctl/qa/unit') diff --git a/basctl/qa/unit/basctl-dialogs-test.cxx b/basctl/qa/unit/basctl-dialogs-test.cxx index 9a0e53d91e58..a719e5c1ae22 100644 --- a/basctl/qa/unit/basctl-dialogs-test.cxx +++ b/basctl/qa/unit/basctl-dialogs-test.cxx @@ -9,9 +9,6 @@ #include #include -#include -#include -#include #include using namespace ::com::sun::star; -- cgit