diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-31 21:08:53 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-02-04 13:25:51 +0100 |
commit | b2bfa6266ce88e9507add78280d5f5d436277173 (patch) | |
tree | 78a49c5cb7b016649b0a4e4ec6ab74a606a1ff0d /uui/qa/unit | |
parent | 228025b8dfe35234a3445c232430a1bd15c86143 (diff) |
tdf#42949 Fix IWYU warnings in uui/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ic48d61a5f5d24742682b4d39096e468f224639df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87783
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'uui/qa/unit')
-rw-r--r-- | uui/qa/unit/uui-dialogs-test.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/uui/qa/unit/uui-dialogs-test.cxx b/uui/qa/unit/uui-dialogs-test.cxx index 16e57ba99ae1..3ad47fd79f1c 100644 --- a/uui/qa/unit/uui-dialogs-test.cxx +++ b/uui/qa/unit/uui-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; |