diff options
-rw-r--r-- | source4/scripting/python/pyglue.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/scripting/python/pyglue.c b/source4/scripting/python/pyglue.c index 950e3e4b13..8a404a3b14 100644 --- a/source4/scripting/python/pyglue.c +++ b/source4/scripting/python/pyglue.c @@ -19,13 +19,9 @@ #include <Python.h> #include "includes.h" -#include "param/param.h" #include "version.h" -#include "libcli/util/pyerrors.h" #include "param/pyparam.h" #include "lib/socket/netif.h" -#include "lib/socket/netif_proto.h" -#include "lib/talloc/pytalloc.h" static PyObject *py_generate_random_str(PyObject *self, PyObject *args) { |