summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-05-03 21:19:07 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-05-09 08:58:28 +0200
commit64faea31f7d05e46fe5c91f87381ec7abae90174 (patch)
treef34dd5e5f58c865cf6e9cee9fc41554ee0441d52 /xmlsecurity/inc
parentd7082ab8028e291ccbbdebe8e075d0a6e05af460 (diff)
tdf#42949 Fix IWYU warnings in xmlsecurity/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I89c77656ea4021cb16bd122cb1dd1cd803390c3d Reviewed-on: https://gerrit.libreoffice.org/71765 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r--xmlsecurity/inc/certificateviewer.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlsecurity/inc/certificateviewer.hxx b/xmlsecurity/inc/certificateviewer.hxx
index c3236bd857ff..b787ad4b08b2 100644
--- a/xmlsecurity/inc/certificateviewer.hxx
+++ b/xmlsecurity/inc/certificateviewer.hxx
@@ -34,6 +34,7 @@ namespace xml { namespace crypto {
class CertificateViewerGeneralTP;
class CertificateViewerDetailsTP;
class CertificateViewerCertPathTP;
+class CertificateChooser;
class CertificateViewer : public weld::GenericDialogController
{