diff options
author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-29 02:08:03 +0000 |
---|---|---|
committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-29 02:08:03 +0000 |
commit | 0cb94ccbe4819e1684ea96fdd30be6b6746c93df (patch) | |
tree | 6c5750512682519cdedf2c72441c5093adeea04c /python/wrap_objs.h | |
parent | 270eddff857fd13be3448f30a197f85c5b3964ad (diff) | |
download | lasso-0cb94ccbe4819e1684ea96fdd30be6b6746c93df.tar.gz lasso-0cb94ccbe4819e1684ea96fdd30be6b6746c93df.tar.xz lasso-0cb94ccbe4819e1684ea96fdd30be6b6746c93df.zip |
#include fix
Diffstat (limited to 'python/wrap_objs.h')
-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 |