diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-08-26 15:15:22 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-08-26 15:15:22 +0000 |
| commit | 574496fb7d967673b80847b25037fb4b001a67f5 (patch) | |
| tree | a2db8ad5e255e81f4cfb0254c213764f097aaf3d | |
| parent | 0a184812d9a9c6db4bb6b42c182369cdbfb23567 (diff) | |
XML SAML2: remove typedef of LassoSaml2Assertion in saml2_advice.h and saml2_evidence.h
* xml/saml-2.0/saml2_advice.h xml/saml-2.0/saml2_evidence.h:
the declaration of LassoSaml2Assertion for supposedly preventing
recursive include is useless now.
| -rw-r--r-- | lasso/xml/saml-2.0/saml2_advice.h | 5 | ||||
| -rw-r--r-- | lasso/xml/saml-2.0/saml2_evidence.h | 6 |
2 files changed, 0 insertions, 11 deletions
diff --git a/lasso/xml/saml-2.0/saml2_advice.h b/lasso/xml/saml-2.0/saml2_advice.h index b2925042..eb2bc8c3 100644 --- a/lasso/xml/saml-2.0/saml2_advice.h +++ b/lasso/xml/saml-2.0/saml2_advice.h @@ -31,11 +31,6 @@ extern "C" { #include "../xml.h" -#ifndef __LASSO_SAML2_ASSERTION_H__ -/* to avoid circular inclusion of saml2_assertion.h */ -typedef struct _LassoSaml2Assertion LassoSaml2Assertion; -#endif - #define LASSO_TYPE_SAML2_ADVICE (lasso_saml2_advice_get_type()) #define LASSO_SAML2_ADVICE(obj) \ diff --git a/lasso/xml/saml-2.0/saml2_evidence.h b/lasso/xml/saml-2.0/saml2_evidence.h index 3f96b675..92df5005 100644 --- a/lasso/xml/saml-2.0/saml2_evidence.h +++ b/lasso/xml/saml-2.0/saml2_evidence.h @@ -31,12 +31,6 @@ extern "C" { #include "../xml.h" -#ifndef __LASSO_SAML2_ASSERTION_H__ -/* to avoid circular inclusion of saml2_assertion.h */ -typedef struct _LassoSaml2Assertion LassoSaml2Assertion; -#endif - - #define LASSO_TYPE_SAML2_EVIDENCE (lasso_saml2_evidence_get_type()) #define LASSO_SAML2_EVIDENCE(obj) \ (G_TYPE_CHECK_INSTANCE_CAST((obj), LASSO_TYPE_SAML2_EVIDENCE, \ |
