From 6256797dacfafaa573a67643440a3fe4e8128dca Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 26 Dec 2018 01:11:42 +0100 Subject: tdf#42949 Fix IWYU warnings in include/vcl/[v-x]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I98f49765c6b74808dcbd692e0f375dd2848fcfd4 Reviewed-on: https://gerrit.libreoffice.org/65614 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- uui/source/authfallbackdlg.cxx | 2 -- uui/source/passworddlg.cxx | 1 + uui/source/secmacrowarnings.cxx | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) (limited to 'uui') diff --git a/uui/source/authfallbackdlg.cxx b/uui/source/authfallbackdlg.cxx index b7190107da2a..c147a7f1b9a7 100644 --- a/uui/source/authfallbackdlg.cxx +++ b/uui/source/authfallbackdlg.cxx @@ -11,8 +11,6 @@ #include -using namespace boost; - AuthFallbackDlg::AuthFallbackDlg(weld::Window* pParent, const OUString& instructions, const OUString& url) : GenericDialogController(pParent, "uui/ui/authfallback.ui", "AuthFallbackDlg") diff --git a/uui/source/passworddlg.cxx b/uui/source/passworddlg.cxx index 436b5a7a8743..9229f9ec9a46 100644 --- a/uui/source/passworddlg.cxx +++ b/uui/source/passworddlg.cxx @@ -22,6 +22,7 @@ #include #include +#include #include #include diff --git a/uui/source/secmacrowarnings.cxx b/uui/source/secmacrowarnings.cxx index c8953b5977e6..e112660e71b8 100644 --- a/uui/source/secmacrowarnings.cxx +++ b/uui/source/secmacrowarnings.cxx @@ -24,6 +24,7 @@ #include #include #include +#include #include #include -- cgit