diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-31 21:08:53 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-02-04 13:25:51 +0100 |
commit | b2bfa6266ce88e9507add78280d5f5d436277173 (patch) | |
tree | 78a49c5cb7b016649b0a4e4ec6ab74a606a1ff0d /uui/source/iahndl-authentication.cxx | |
parent | 228025b8dfe35234a3445c232430a1bd15c86143 (diff) |
tdf#42949 Fix IWYU warnings in uui/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ic48d61a5f5d24742682b4d39096e468f224639df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87783
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'uui/source/iahndl-authentication.cxx')
-rw-r--r-- | uui/source/iahndl-authentication.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/uui/source/iahndl-authentication.cxx b/uui/source/iahndl-authentication.cxx index ec888dca9e4a..0a4cca10a817 100644 --- a/uui/source/iahndl-authentication.cxx +++ b/uui/source/iahndl-authentication.cxx @@ -33,7 +33,6 @@ #include <osl/diagnose.h> #include <rtl/digest.h> #include <unotools/resmgr.hxx> -#include <vcl/errcode.hxx> #include <vcl/errinf.hxx> #include <vcl/abstdlg.hxx> #include <vcl/svapp.hxx> |