From b4d36b5dcfc84b2aa8913ac69ad12077713cee84 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Sat, 14 Apr 2018 22:31:33 +0200 Subject: remove some unused comphelper includes and fix the fallout Change-Id: I5d0c2040f57a3ac354a7e277592da31d09a5f359 Reviewed-on: https://gerrit.libreoffice.org/52894 Tested-by: Jenkins Reviewed-by: Jochen Nitschke --- fpicker/source/office/RemoteFilesDialog.cxx | 1 + fpicker/source/office/RemoteFilesDialog.hxx | 2 -- fpicker/source/office/iodlg.hxx | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) (limited to 'fpicker') diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx index 7753af6924d9..7cac02da7777 100644 --- a/fpicker/source/office/RemoteFilesDialog.cxx +++ b/fpicker/source/office/RemoteFilesDialog.cxx @@ -10,6 +10,7 @@ #include "RemoteFilesDialog.hxx" #include #include +#include #include #include diff --git a/fpicker/source/office/RemoteFilesDialog.hxx b/fpicker/source/office/RemoteFilesDialog.hxx index 33445bf41a3b..b2ffa7099f15 100644 --- a/fpicker/source/office/RemoteFilesDialog.hxx +++ b/fpicker/source/office/RemoteFilesDialog.hxx @@ -10,8 +10,6 @@ #ifndef INCLUDED_SVTOOLS_REMOTEFILESDIALOG_HXX #define INCLUDED_SVTOOLS_REMOTEFILESDIALOG_HXX -#include - #include #include #include diff --git a/fpicker/source/office/iodlg.hxx b/fpicker/source/office/iodlg.hxx index f3b96051a1e8..55d7270e09da 100644 --- a/fpicker/source/office/iodlg.hxx +++ b/fpicker/source/office/iodlg.hxx @@ -38,7 +38,6 @@ #include "asyncfilepicker.hxx" #include "OfficeControlAccess.hxx" #include "fpsmartcontent.hxx" -#include #include "fpdialogbase.hxx" #include -- cgit