Use public pytalloc header file.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 14 Aug 2011 13:34:08 +0000 (15:34 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 14 Aug 2011 15:18:46 +0000 (17:18 +0200)
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sun Aug 14 17:18:46 CEST 2011 on sn-devel-104

source4/auth/gensec/pygensec.c
source4/lib/registry/pyregistry.c
source4/param/provision.c
source4/param/pyparam.c
source4/param/pyparam_util.c

index a088f9c4db6b9f16aa5d6fb52bd056f15e501604..d7cbea6f574d9850b453bc230480899480937182 100644 (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"
 
index 162c5ea0fc2c692fef23774787ede561659be0f4..ff62279155713fbc035c4831f8890d415c252942 100644 (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"
index 6663f269a8e65af288c3aa9d2d0ddc9175d690ae..55540d4fc440175bbcf5b9c849062444612868ad 100644 (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"
index f46926105a1a6e2a5037f1a12f6e87fb86d9f726..663ed84fbdb24193c9b2ec13e61837e2f6b7422d 100644 (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);
index 969226f4f7bc1b7e4362b52a350ff2c3a01d709d..874d78363b760459fa0232c040bd7d43f2680f95 100644 (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)