diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/wrap_objs.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/python/wrap_objs.h b/python/wrap_objs.h index ef3356de..bc90da79 100644 --- a/python/wrap_objs.h +++ b/python/wrap_objs.h @@ -4,12 +4,7 @@ #undef _POSIX_C_SOURCE #include <Python.h> -#include <libxml/xpath.h> -#include <libxml/xmlmemory.h> - -#include <xmlsec/xmlsec.h> - -#include <lasso/protocols/protocols.h> +#include <lasso/lasso.h> typedef struct { PyObject_HEAD |