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/ntvfs/common/notify.c | 2 +- source4/ntvfs/common/opendb.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/ntvfs/common') diff --git a/source4/ntvfs/common/notify.c b/source4/ntvfs/common/notify.c index dbf404d9e6..17c6e81c6f 100644 --- a/source4/ntvfs/common/notify.c +++ b/source4/ntvfs/common/notify.c @@ -32,7 +32,7 @@ #include "db_wrap.h" #include "lib/messaging/irpc.h" #include "librpc/gen_ndr/ndr_notify.h" -#include "dlinklist.h" +#include "lib/util/dlinklist.h" #include "ntvfs/sysdep/sys_notify.h" struct notify_context { diff --git a/source4/ntvfs/common/opendb.c b/source4/ntvfs/common/opendb.c index d83ecdc6f2..c63a677847 100644 --- a/source4/ntvfs/common/opendb.c +++ b/source4/ntvfs/common/opendb.c @@ -45,7 +45,6 @@ #include "db_wrap.h" #include "lib/messaging/irpc.h" #include "librpc/gen_ndr/ndr_opendb.h" -#include "smb.h" #include "ntvfs/ntvfs.h" struct odb_context { -- cgit