diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 15:50:40 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 15:59:53 +0200 |
commit | 8e1bffe7ffb0a091e06e83a453aec7ce666e8df0 (patch) | |
tree | a68fba5f15f673afac96bf8fcc7947ec4ff918d2 /xmlsecurity/source/xmlsec | |
parent | b63027f0992cf5c368faeb807c69110997dd00ea (diff) |
Remove include guards
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
Diffstat (limited to 'xmlsecurity/source/xmlsec')
-rw-r--r-- | xmlsecurity/source/xmlsec/mscrypt/sanextension_mscryptimpl.cxx | 3 | ||||
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/sanextension_nssimpl.cxx | 3 |
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 ; |