From 4b785097f1c49ead50e6a2085befcd37c800207b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 19 Mar 2018 20:49:34 +0000 Subject: drop unnecessary includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1a817d5575bbd57ecaa874a27158b9218e4210cc Reviewed-on: https://gerrit.libreoffice.org/51603 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- uui/source/authfallbackdlg.cxx | 1 - uui/source/fltdlg.hxx | 1 - uui/source/iahndl-authentication.cxx | 1 - uui/source/iahndl-locking.cxx | 1 - uui/source/logindlg.cxx | 1 - 5 files changed, 5 deletions(-) (limited to 'uui') diff --git a/uui/source/authfallbackdlg.cxx b/uui/source/authfallbackdlg.cxx index 230de254ca11..b5d8b4f1c5a4 100644 --- a/uui/source/authfallbackdlg.cxx +++ b/uui/source/authfallbackdlg.cxx @@ -9,7 +9,6 @@ #include "authfallbackdlg.hxx" -#include #include using namespace boost; diff --git a/uui/source/fltdlg.hxx b/uui/source/fltdlg.hxx index dbedcea11a36..76d1d257d6a0 100644 --- a/uui/source/fltdlg.hxx +++ b/uui/source/fltdlg.hxx @@ -22,7 +22,6 @@ #include -#include #include #include diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx index 2d4d5362f169..2351cdbc395d 100644 --- a/uui/source/iahndl-authentication.cxx +++ b/uui/source/iahndl-authentication.cxx @@ -37,7 +37,6 @@ #include #include #include -#include #include #include diff --git a/uui/source/iahndl-locking.cxx b/uui/source/iahndl-locking.cxx index d52142da4667..0facddd6debb 100644 --- a/uui/source/iahndl-locking.cxx +++ b/uui/source/iahndl-locking.cxx @@ -33,7 +33,6 @@ #include #include -#include #include #include "getcontinuations.hxx" diff --git a/uui/source/logindlg.cxx b/uui/source/logindlg.cxx index 53011ff1ddf5..c2efb7dfb6e4 100644 --- a/uui/source/logindlg.cxx +++ b/uui/source/logindlg.cxx @@ -18,7 +18,6 @@ */ #include -#include #include "logindlg.hxx" #include -- cgit