diff options
author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-03-27 15:04:26 +0000 |
---|---|---|
committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-03-27 15:04:26 +0000 |
commit | b09ef2e015287adfc16c9f71f0f7c5b3aba3502c (patch) | |
tree | 4a123967a28b03c4d9d075f83dfd843ff3523ff5 /lasso/xml/xml.h | |
parent | 75ed81fb0c963228dc0bd170a09042bf525b817c (diff) | |
download | lasso-b09ef2e015287adfc16c9f71f0f7c5b3aba3502c.tar.gz lasso-b09ef2e015287adfc16c9f71f0f7c5b3aba3502c.tar.xz lasso-b09ef2e015287adfc16c9f71f0f7c5b3aba3502c.zip |
Core: do not mix public and private headers
* lots of files:
explicitely load the internal header xml/private.h where needed.
Diffstat (limited to 'lasso/xml/xml.h')
-rw-r--r-- | lasso/xml/xml.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lasso/xml/xml.h b/lasso/xml/xml.h index 4be16d8d..89410fdc 100644 --- a/lasso/xml/xml.h +++ b/lasso/xml/xml.h @@ -162,10 +162,6 @@ LASSO_EXPORT char* lasso_get_prefix_for_dst_service_href(const char *href); LASSO_EXPORT void lasso_register_idwsf2_dst_service(const gchar *prefix, const gchar *href); LASSO_EXPORT gchar* lasso_get_prefix_for_idwsf2_dst_service_href(const gchar *href); -#ifdef LASSO_INTERNALS -#include <lasso/xml/private.h> -#endif - #ifdef __cplusplus } #endif /* __cplusplus */ |