summaryrefslogtreecommitdiffstats
path: root/lasso/xml/saml-2.0/samlp2_status_detail.h
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-08-26 15:14:32 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-08-26 15:14:32 +0000
commit7231771856e6750e52e3b1bcf496439f82721dbe (patch)
tree7d8011df9334ef423beeae93af3ba908a2007937 /lasso/xml/saml-2.0/samlp2_status_detail.h
parentb7632414116603a04e8472a77cf4e9bf0f2e29a0 (diff)
downloadlasso-7231771856e6750e52e3b1bcf496439f82721dbe.tar.gz
lasso-7231771856e6750e52e3b1bcf496439f82721dbe.tar.xz
lasso-7231771856e6750e52e3b1bcf496439f82721dbe.zip
All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF code
* nearly all C files: change includes for relative paths. * lasso/id-wsf/id_wsf.h, lasso/id-wsf-2.0/id_wsf_2.h: add top level public include files for ID-WSF 1.0 and ID-WSF 2.0. * lasso/id-ff/server.*, lasso/id-ff/session.*, lasso/id-ff/identity.*: remove most of the code related to ID-WSF and push into lasso/id-wsf/id_ff_extensions.* and lasso/id-wsf-2.0/identity.c, lasso/id-wsf-2.0/server.c, lasso/id-wsf-2.0/session.c. * lasso/id-wsf-2.0/saml2_login.c, lasso/id-wsf-2.0/saml2_login_private.h: same change but for ID-WSF 2.0 support in SAML2 SSO profile.
Diffstat (limited to 'lasso/xml/saml-2.0/samlp2_status_detail.h')
-rw-r--r--lasso/xml/saml-2.0/samlp2_status_detail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/saml-2.0/samlp2_status_detail.h b/lasso/xml/saml-2.0/samlp2_status_detail.h
index 2a124695..34c6f241 100644
--- a/lasso/xml/saml-2.0/samlp2_status_detail.h
+++ b/lasso/xml/saml-2.0/samlp2_status_detail.h
@@ -29,7 +29,7 @@
extern "C" {
#endif /* __cplusplus */
-#include <lasso/xml/xml.h>
+#include "../xml.h"
#define LASSO_TYPE_SAMLP2_STATUS_DETAIL (lasso_samlp2_status_detail_get_type())
#define LASSO_SAMLP2_STATUS_DETAIL(obj) \