From: Jelmer Vernooij Date: Mon, 22 Dec 2008 03:21:20 +0000 (+0100) Subject: Remove includes of py_*.h, which are no longer generated. X-Git-Tag: samba-4.0.0alpha6~428 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24b62772ab78a84d4a35f5eb15e327b6b76782b0;p=thirdparty%2Fsamba.git Remove includes of py_*.h, which are no longer generated. --- diff --git a/source4/lib/messaging/pymessaging.c b/source4/lib/messaging/pymessaging.c index 7a5fdb34bff..9f04bf0c6d1 100644 --- a/source4/lib/messaging/pymessaging.c +++ b/source4/lib/messaging/pymessaging.c @@ -29,7 +29,6 @@ #include "lib/events/events.h" #include "cluster/cluster.h" #include "param/param.h" -#include "librpc/gen_ndr/py_irpc.h" PyAPI_DATA(PyTypeObject) messaging_Type; PyAPI_DATA(PyTypeObject) irpc_ClientConnectionType; @@ -37,6 +36,9 @@ PyAPI_DATA(PyTypeObject) irpc_ClientConnectionType; /* FIXME: This prototype should be in param/pyparam.h */ struct loadparm_context *py_default_loadparm_context(TALLOC_CTX *mem_ctx); +/* FIXME: This prototype should be in py_irpc.h, or shared otherwise */ +extern const struct PyNdrRpcMethodDef py_ndr_irpc_methods[]; + static bool server_id_from_py(PyObject *object, struct server_id *server_id) { if (!PyTuple_Check(object)) { diff --git a/source4/scripting/python/pyglue.c b/source4/scripting/python/pyglue.c index 55eb6184267..fc9c4a94b56 100644 --- a/source4/scripting/python/pyglue.c +++ b/source4/scripting/python/pyglue.c @@ -27,8 +27,6 @@ #include #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"