summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-29 15:50:40 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-29 15:59:53 +0200
commit8e1bffe7ffb0a091e06e83a453aec7ce666e8df0 (patch)
treea68fba5f15f673afac96bf8fcc7947ec4ff918d2 /xmlsecurity
parentb63027f0992cf5c368faeb807c69110997dd00ea (diff)
Remove include guards
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.cxx3
-rw-r--r--xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx3
2 files changed, 0 insertions, 6 deletions
diff --git a/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.cxx
index 1dc97f9ff3ba..377da31bb0fa 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.cxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.cxx
@@ -35,10 +35,7 @@
#include <com/sun/star/uno/Reference.hxx>
#include <comphelper/sequence.hxx>
-
-#ifndef _SANEXTENSION_MSCRYPTIMPL_HXX_
#include "sanextension_mscryptimpl.hxx"
-#endif
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno ;
diff --git a/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx
index f83aff3bcabb..3ca94b769385 100644
--- a/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx
+++ b/xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx
@@ -40,10 +40,7 @@
#include <secitem.h>
#include <secport.h>
-
-#ifndef _SANEXTENSION_NSSIMPL_HXX_
#include "sanextension_nssimpl.hxx"
-#endif
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno ;