summaryrefslogtreecommitdiff
path: root/sw/qa/unit/sw-dialogs-test_2.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-04-16 23:16:31 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-04-18 10:06:40 +0200
commit5503c8904a735f2b47adc29a1fc6500961c01be6 (patch)
treea7a4a2407762cf70138bbe08048d2f76ab71d851 /sw/qa/unit/sw-dialogs-test_2.cxx
parent408fcdf20c4ce505c1905d63d2fa6a14a12fc7f5 (diff)
tdf#42949 Fix IWYU warnings in sw/qa/*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ia0c79c2455a3b40384332c8c35215671e257a07f Reviewed-on: https://gerrit.libreoffice.org/70847 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/qa/unit/sw-dialogs-test_2.cxx')
-rw-r--r--sw/qa/unit/sw-dialogs-test_2.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/qa/unit/sw-dialogs-test_2.cxx b/sw/qa/unit/sw-dialogs-test_2.cxx
index 5b4c5fad625d..a925a8e9c615 100644
--- a/sw/qa/unit/sw-dialogs-test_2.cxx
+++ b/sw/qa/unit/sw-dialogs-test_2.cxx
@@ -10,16 +10,14 @@
#include <sal/config.h>
#include <test/screenshot_test.hxx>
#include <rtl/bootstrap.hxx>
-#include <rtl/strbuf.hxx>
-#include <osl/file.hxx>
#include <osl/module.hxx>
#include <tools/svlibrary.h>
-#include <sfx2/app.hxx>
#include <vcl/abstdlg.hxx>
-#include <swabstdlg.hxx>
#include <swdll.hxx>
+class SwAbstractDialogFactory;
+
using namespace ::com::sun::star;
extern "C" { using Fn = SwAbstractDialogFactory * (*)(); }