diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-16 20:25:45 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-22 10:09:01 +0100 |
commit | d847ca56ef2d020da5efa696ce5eb3c96e1ba474 (patch) | |
tree | e1594ae055ec0f0febd8f1ffa76f7aed7e15957e /basctl/qa/unit | |
parent | a8303106cb6289e7ddc57d8163fafb22226d085a (diff) |
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 <vmiklos@collabora.com>
Diffstat (limited to 'basctl/qa/unit')
-rw-r--r-- | basctl/qa/unit/basctl-dialogs-test.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
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 <sal/config.h> #include <test/screenshot_test.hxx> -#include <rtl/strbuf.hxx> -#include <osl/file.hxx> -#include <sfx2/app.hxx> #include <vcl/abstdlg.hxx> using namespace ::com::sun::star; |