diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-22 04:21:20 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-22 04:21:20 +0100 |
commit | 24b62772ab78a84d4a35f5eb15e327b6b76782b0 (patch) | |
tree | 606204f1ad16a203f023eda84a6a038c95e4c6b9 /source4/scripting | |
parent | 4eabc417a04240ffd813514c5e6ea38cbe5ffc91 (diff) | |
download | samba-24b62772ab78a84d4a35f5eb15e327b6b76782b0.tar.gz samba-24b62772ab78a84d4a35f5eb15e327b6b76782b0.tar.bz2 samba-24b62772ab78a84d4a35f5eb15e327b6b76782b0.zip |
Remove includes of py_*.h, which are no longer generated.
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/pyglue.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/scripting/python/pyglue.c b/source4/scripting/python/pyglue.c index 55eb618426..fc9c4a94b5 100644 --- a/source4/scripting/python/pyglue.c +++ b/source4/scripting/python/pyglue.c @@ -27,8 +27,6 @@ #include <Python.h> #include "pyldb.h" #include "libcli/util/pyerrors.h" -#include "librpc/gen_ndr/py_misc.h" -#include "librpc/gen_ndr/py_security.h" #include "libcli/security/security.h" #include "auth/pyauth.h" |