From 9401c7c28a91c4195f7d767bd46658fd08300c72 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Sat, 31 Mar 2018 17:33:32 +0200 Subject: remove unused processfactory.hxx includes and fix fallout Change-Id: Id06bf31f2075111e426ba40c84c885ae70697bee Reviewed-on: https://gerrit.libreoffice.org/52206 Tested-by: Jenkins Reviewed-by: Jochen Nitschke --- desktop/source/app/officeipcthread.cxx | 1 - desktop/source/deployment/manager/dp_extensionmanager.cxx | 1 - desktop/source/migration/services/oo3extensionmigration.cxx | 1 - 3 files changed, 3 deletions(-) (limited to 'desktop/source') diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx index b70e3d5396c0..a0fabc9bdaf6 100644 --- a/desktop/source/app/officeipcthread.cxx +++ b/desktop/source/app/officeipcthread.cxx @@ -41,7 +41,6 @@ #include #include #include -#include #include #include #include diff --git a/desktop/source/deployment/manager/dp_extensionmanager.cxx b/desktop/source/deployment/manager/dp_extensionmanager.cxx index 195fafa4a183..0c93fed3d6db 100644 --- a/desktop/source/deployment/manager/dp_extensionmanager.cxx +++ b/desktop/source/deployment/manager/dp_extensionmanager.cxx @@ -43,7 +43,6 @@ #include #include #include -#include #include #include #include diff --git a/desktop/source/migration/services/oo3extensionmigration.cxx b/desktop/source/migration/services/oo3extensionmigration.cxx index 2b6baa16ab65..d52137aa7c5d 100644 --- a/desktop/source/migration/services/oo3extensionmigration.cxx +++ b/desktop/source/migration/services/oo3extensionmigration.cxx @@ -27,7 +27,6 @@ #include #include #include -#include #include #include -- cgit