s4:scripting/python/pyglue.c - optimise includes
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sun, 12 Dec 2010 18:23:34 +0000 (19:23 +0100)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Sun, 12 Dec 2010 19:06:24 +0000 (20:06 +0100)
source4/scripting/python/pyglue.c

index 950e3e4b133e86bc44dbd5803442514970967996..8a404a3b146333d5d9cc968b1e28fdc86d2114f4 100644 (file)
 
 #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)
 {