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:
parent
1022c28e15
commit
88ecf1a9b8
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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);
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user