summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/lib/wmi/wbemdata.c2
-rw-r--r--source4/librpc/rpc/dcerpc_roh_channel_in.c2
-rw-r--r--source4/librpc/rpc/dcerpc_roh_channel_out.c2
-rw-r--r--testprogs/win32/spoolss/testspoolss.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/source4/lib/wmi/wbemdata.c b/source4/lib/wmi/wbemdata.c
index df98da43a2a..d4750678a91 100644
--- a/source4/lib/wmi/wbemdata.c
+++ b/source4/lib/wmi/wbemdata.c
@@ -19,6 +19,7 @@
*/
#include "includes.h"
+#include <talloc.h>
#include "librpc/gen_ndr/dcom.h"
#include "librpc/gen_ndr/com_dcom.h"
#include "librpc/ndr/libndr.h"
@@ -30,7 +31,6 @@
#include "librpc/gen_ndr/ndr_dcom.h"
#include "librpc/rpc/dcerpc.h"
#include "librpc/gen_ndr/ndr_misc.h"
-#include "lib/talloc/talloc.h"
#include "libcli/composite/composite.h"
#include "lib/wmi/wmi.h"
#include "librpc/gen_ndr/ndr_wmi.h"
diff --git a/source4/librpc/rpc/dcerpc_roh_channel_in.c b/source4/librpc/rpc/dcerpc_roh_channel_in.c
index 790b8b9a5ee..d6707bf8680 100644
--- a/source4/librpc/rpc/dcerpc_roh_channel_in.c
+++ b/source4/librpc/rpc/dcerpc_roh_channel_in.c
@@ -22,7 +22,7 @@
#include "includes.h"
#include <tevent.h>
-#include "lib/talloc/talloc.h"
+#include <talloc.h>
#include "lib/tsocket/tsocket.h"
#include "lib/tls/tls.h"
#include "lib/util/tevent_ntstatus.h"
diff --git a/source4/librpc/rpc/dcerpc_roh_channel_out.c b/source4/librpc/rpc/dcerpc_roh_channel_out.c
index b3b801a4014..23cbce3022d 100644
--- a/source4/librpc/rpc/dcerpc_roh_channel_out.c
+++ b/source4/librpc/rpc/dcerpc_roh_channel_out.c
@@ -22,7 +22,7 @@
#include "includes.h"
#include <tevent.h>
-#include "lib/talloc/talloc.h"
+#include <talloc.h>
#include "lib/tsocket/tsocket.h"
#include "lib/tls/tls.h"
#include "lib/util/tevent_ntstatus.h"
diff --git a/testprogs/win32/spoolss/testspoolss.h b/testprogs/win32/spoolss/testspoolss.h
index f025fccb3f9..eb19c64fa67 100644
--- a/testprogs/win32/spoolss/testspoolss.h
+++ b/testprogs/win32/spoolss/testspoolss.h
@@ -29,7 +29,7 @@
#include "printlib_proto.h"
#if 0
-#include "lib/talloc/talloc.h"
+#include <talloc.h>
#include "libcli/util/ntstatus.h"
#include "lib/torture/torture.h"
#endif