From 5473a277e3bdcc7ae6a03c24d4e7c84a8ad63b4b Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 14 Aug 2017 16:04:18 -0700 Subject: [PATCH] lib: talloc: Use the system include. Signed-off-by: Jeremy Allison Reviewed-by: Andreas Schneider Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Thu Aug 17 00:53:48 CEST 2017 on sn-devel-144 --- source4/lib/wmi/wbemdata.c | 2 +- source4/librpc/rpc/dcerpc_roh_channel_in.c | 2 +- source4/librpc/rpc/dcerpc_roh_channel_out.c | 2 +- testprogs/win32/spoolss/testspoolss.h | 2 +- 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 #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 -#include "lib/talloc/talloc.h" +#include #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 -#include "lib/talloc/talloc.h" +#include #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 #include "libcli/util/ntstatus.h" #include "lib/torture/torture.h" #endif -- 2.34.1