summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/auth/gensec/pygensec.c2
-rw-r--r--source4/lib/registry/pyregistry.c2
-rw-r--r--source4/param/provision.c2
-rw-r--r--source4/param/pyparam.c2
-rw-r--r--source4/param/pyparam_util.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/source4/auth/gensec/pygensec.c b/source4/auth/gensec/pygensec.c
index a088f9c4db..d7cbea6f57 100644
--- a/source4/auth/gensec/pygensec.c
+++ b/source4/auth/gensec/pygensec.c
@@ -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"
diff --git a/source4/lib/registry/pyregistry.c b/source4/lib/registry/pyregistry.c
index 162c5ea0fc..ff62279155 100644
--- a/source4/lib/registry/pyregistry.c
+++ b/source4/lib/registry/pyregistry.c
@@ -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"
diff --git a/source4/param/provision.c b/source4/param/provision.c
index 6663f269a8..55540d4fc4 100644
--- a/source4/param/provision.c
+++ b/source4/param/provision.c
@@ -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"
diff --git a/source4/param/pyparam.c b/source4/param/pyparam.c
index f46926105a..663ed84fbd 100644
--- a/source4/param/pyparam.c
+++ b/source4/param/pyparam.c
@@ -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);
diff --git a/source4/param/pyparam_util.c b/source4/param/pyparam_util.c
index 969226f4f7..874d78363b 100644
--- a/source4/param/pyparam_util.c
+++ b/source4/param/pyparam_util.c
@@ -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)