From f7a75a66fa46627aa6edc6439650c1e3c06836d7 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Fri, 1 Apr 2016 19:50:12 +0200 Subject: cleanup: remove unused Reference.h(xx) includes and unused using-declarations from Reference.h Change-Id: I297a7ae6044fa329d245ecf08fd5c4cb930f5b19 Reviewed-on: https://gerrit.libreoffice.org/23735 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- xmlsecurity/inc/xmlsecurity/biginteger.hxx | 1 - xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.cxx | 1 - xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx | 1 - 3 files changed, 3 deletions(-) (limited to 'xmlsecurity') diff --git a/xmlsecurity/inc/xmlsecurity/biginteger.hxx b/xmlsecurity/inc/xmlsecurity/biginteger.hxx index dd9ca4b2e4a9..7b3cafa06648 100644 --- a/xmlsecurity/inc/xmlsecurity/biginteger.hxx +++ b/xmlsecurity/inc/xmlsecurity/biginteger.hxx @@ -23,7 +23,6 @@ #include #include -#include #include OUString bigIntegerToNumericString( const css::uno::Sequence< sal_Int8 >& serial ); diff --git a/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.cxx index 63f3f8a5ee4e..4cc81a68403a 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.cxx +++ b/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.cxx @@ -23,7 +23,6 @@ #include #include #include -#include #include #include "sanextension_mscryptimpl.hxx" diff --git a/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx index 0e0fd3ee767f..49ff9c71f5e4 100644 --- a/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx +++ b/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include -- cgit