From 0329d755a7611ba3897fc1ee9bdce410cc33d7f8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 30 Aug 2006 11:29:34 +0000 Subject: r17930: Merge noinclude branch: * Move dlinklist.h, smb.h to subsystem-specific directories * Clean up ads.h and move what is left of it to dsdb/ (only place where it's used) (This used to be commit f7afa1cb77f3cfa7020b57de12e6003db7cfcc42) --- source4/librpc/ndr/ndr.c | 2 +- source4/librpc/rpc/dcerpc.c | 2 +- source4/librpc/rpc/dcerpc_connect.c | 1 - source4/librpc/rpc/table.c | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/ndr/ndr.c b/source4/librpc/ndr/ndr.c index 96d9fb2db9..636353f53f 100644 --- a/source4/librpc/ndr/ndr.c +++ b/source4/librpc/ndr/ndr.c @@ -29,7 +29,7 @@ #include "includes.h" #include "librpc/ndr/libndr.h" -#include "dlinklist.h" +#include "lib/util/dlinklist.h" #include "librpc/gen_ndr/dcerpc.h" #define NDR_BASE_MARSHALL_SIZE 1024 diff --git a/source4/librpc/rpc/dcerpc.c b/source4/librpc/rpc/dcerpc.c index b736826b63..6ae84a5f22 100644 --- a/source4/librpc/rpc/dcerpc.c +++ b/source4/librpc/rpc/dcerpc.c @@ -22,7 +22,7 @@ */ #include "includes.h" -#include "dlinklist.h" +#include "lib/util/dlinklist.h" #include "lib/events/events.h" #include "librpc/rpc/dcerpc.h" #include "librpc/gen_ndr/ndr_misc.h" diff --git a/source4/librpc/rpc/dcerpc_connect.c b/source4/librpc/rpc/dcerpc_connect.c index 5f5f5f3f51..232cdd46e9 100644 --- a/source4/librpc/rpc/dcerpc_connect.c +++ b/source4/librpc/rpc/dcerpc_connect.c @@ -25,7 +25,6 @@ #include "includes.h" -#include "smb.h" #include "libcli/composite/composite.h" #include "libcli/smb_composite/smb_composite.h" #include "lib/events/events.h" diff --git a/source4/librpc/rpc/table.c b/source4/librpc/rpc/table.c index fa8fc74c9b..0f8ca60326 100644 --- a/source4/librpc/rpc/table.c +++ b/source4/librpc/rpc/table.c @@ -22,7 +22,7 @@ */ #include "includes.h" -#include "dlinklist.h" +#include "lib/util/dlinklist.h" #include "librpc/rpc/dcerpc.h" #include "librpc/rpc/dcerpc_table.h" -- cgit