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 --- uui/source/iahndl-authentication.cxx | 2 -- uui/source/iahndl.cxx | 1 - uui/source/logindlg.cxx | 1 - uui/source/sslwarndlg.cxx | 1 - uui/source/unknownauthdlg.cxx | 1 - 5 files changed, 6 deletions(-) (limited to 'uui/source') diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx index 2e88d43191db..3897469c87ec 100644 --- a/uui/source/iahndl-authentication.cxx +++ b/uui/source/iahndl-authentication.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include - #include #include #include diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index 60f281e1d4c5..0d95eab2ecce 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -73,7 +73,6 @@ #include #include #include -#include #include #include #include diff --git a/uui/source/logindlg.cxx b/uui/source/logindlg.cxx index c2efb7dfb6e4..365718830efb 100644 --- a/uui/source/logindlg.cxx +++ b/uui/source/logindlg.cxx @@ -30,7 +30,6 @@ #include #include -#include using namespace com::sun::star; diff --git a/uui/source/sslwarndlg.cxx b/uui/source/sslwarndlg.cxx index 6687cfb68f0f..9ff629e5b345 100644 --- a/uui/source/sslwarndlg.cxx +++ b/uui/source/sslwarndlg.cxx @@ -22,7 +22,6 @@ #include #include "sslwarndlg.hxx" -#include #include using namespace css; diff --git a/uui/source/unknownauthdlg.cxx b/uui/source/unknownauthdlg.cxx index fc2738588892..3d92b74455ae 100644 --- a/uui/source/unknownauthdlg.cxx +++ b/uui/source/unknownauthdlg.cxx @@ -21,7 +21,6 @@ #include #include "unknownauthdlg.hxx" -#include #include -- cgit