summaryrefslogtreecommitdiffstats
path: root/sw/inc/finalthreadmanager.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-02-14 22:13:06 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-02-15 09:36:54 +0100
commit798a989937a4acf7830588637f8c3902b4d985d8 (patch)
tree21c337955cd5d21b60dc2c08c989aa86b4fb12a8 /sw/inc/finalthreadmanager.hxx
parentxmloff: avoid unhandled exception warning (diff)
downloadcore-798a989937a4acf7830588637f8c3902b4d985d8.tar.gz
core-798a989937a4acf7830588637f8c3902b4d985d8.zip
Fix some IWYU warnings
Change-Id: I49b5e3a9e8b91baace9f3b3d4f0ac9d8531d5abe Reviewed-on: https://gerrit.libreoffice.org/49782 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/inc/finalthreadmanager.hxx')
-rw-r--r--sw/inc/finalthreadmanager.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/finalthreadmanager.hxx b/sw/inc/finalthreadmanager.hxx
index 982fd62cd12f..26c526178ff0 100644
--- a/sw/inc/finalthreadmanager.hxx
+++ b/sw/inc/finalthreadmanager.hxx
@@ -21,12 +21,11 @@
#define INCLUDED_SW_SOURCE_CORE_INC_FINALTHREADMANAGER_HXX
#include <sal/config.h>
-#include <cppuhelper/factory.hxx>
-#include <cppuhelper/implementationentry.hxx>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/util/XJobManager.hpp>
#include <com/sun/star/frame/XTerminateListener2.hpp>
+#include <com/sun/star/uno/XComponentContext.hpp>
#include <osl/mutex.hxx>
#include <list>