diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2011-12-16 14:17:31 +0100 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2011-12-16 14:17:31 +0100 |
| commit | 727f07b1ae92896912259453da126dd2cd1fd276 (patch) | |
| tree | 409bd3231ec465b68fa1e1be5ef71a12accf275e /tests/assertion_query_saml2.c | |
| parent | 4da50110018c69e926bd09bd16c6650f41c13db1 (diff) | |
| download | lasso-727f07b1ae92896912259453da126dd2cd1fd276.tar.gz lasso-727f07b1ae92896912259453da126dd2cd1fd276.tar.xz lasso-727f07b1ae92896912259453da126dd2cd1fd276.zip | |
Simplify useless complexity in include paths
Diffstat (limited to 'tests/assertion_query_saml2.c')
| -rw-r--r-- | tests/assertion_query_saml2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/assertion_query_saml2.c b/tests/assertion_query_saml2.c index f9de88b2..2a6c9731 100644 --- a/tests/assertion_query_saml2.c +++ b/tests/assertion_query_saml2.c @@ -33,7 +33,7 @@ #include "../lasso/xml/saml-2.0/saml2_xsd.h" #include "../bindings/ghashtable.h" -#include "./tests.h" +#include "tests.h" inline static char* generateIdentityProviderContextDump() |
