From 13da83be60ef79d1ba75455f9b96f7dfb80bd43a Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sun, 12 Dec 2010 19:23:34 +0100 Subject: s4:scripting/python/pyglue.c - optimise includes --- source4/scripting/python/pyglue.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4') 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 #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) { -- cgit