diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-15 08:50:20 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-15 08:50:20 +0100 |
commit | 1f32fdc712e2cd1c9279b15b07b78db27b2eb484 (patch) | |
tree | 5ef4e07d69aece1ade38748c99c77bfc810bcf2b /xmlsecurity | |
parent | 54d5a0dfa5358f107d246a6cc1795390f37a545c (diff) |
Unnecessary includes
Change-Id: I9816e320d9ed31b8af50d20d207a9be21b58ace3
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/helper/xsecctl.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx index 641de5ebc53b..d6ac50656f20 100644 --- a/xmlsecurity/source/helper/xsecctl.cxx +++ b/xmlsecurity/source/helper/xsecctl.cxx @@ -21,8 +21,6 @@ #include "xsecctl.hxx" #include "documentsignaturehelper.hxx" #include "framework/saxeventkeeperimpl.hxx" -#include <algorithm> -#include <initializer_list> #include <com/sun/star/xml/crypto/sax/ElementMarkPriority.hpp> #include <com/sun/star/xml/crypto/sax/XReferenceResolvedBroadcaster.hpp> |