1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

Use public pytalloc header file.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sun Aug 14 17:18:46 CEST 2011 on sn-devel-104
This commit is contained in:
Jelmer Vernooij 2011-08-14 15:34:08 +02:00
parent 1022c28e15
commit 88ecf1a9b8
5 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@
#include "auth/credentials/pycredentials.h"
#include "libcli/util/pyerrors.h"
#include "scripting/python/modules.h"
#include "lib/talloc/pytalloc.h"
#include <pytalloc.h>
#include <tevent.h>
#include "librpc/rpc/pyrpc_util.h"

View File

@ -22,7 +22,7 @@
#include "includes.h"
#include "libcli/util/pyerrors.h"
#include "lib/registry/registry.h"
#include "lib/talloc/pytalloc.h"
#include <pytalloc.h>
#include "lib/events/events.h"
#include "auth/credentials/pycredentials.h"
#include "param/pyparam.h"

View File

@ -25,7 +25,7 @@
#include "librpc/ndr/libndr.h"
#include "param/provision.h"
#include "param/secrets.h"
#include "lib/talloc/pytalloc.h"
#include <pytalloc.h>
#include "scripting/python/modules.h"
#include "param/pyparam.h"
#include "dynconfig/dynconfig.h"

View File

@ -21,7 +21,7 @@
#include "includes.h"
#include "param/param.h"
#include "param/loadparm.h"
#include "lib/talloc/pytalloc.h"
#include <pytalloc.h>
#include "dynconfig/dynconfig.h"
void initparam(void);

View File

@ -22,7 +22,7 @@
#include "param/param.h"
#include "param/pyparam.h"
#include "param/loadparm.h"
#include "lib/talloc/pytalloc.h"
#include <pytalloc.h>
#define PyLoadparmContext_AsLoadparmContext(obj) pytalloc_get_type(obj, struct loadparm_context)