diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-08-30 11:29:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:16:54 -0500 |
commit | 0329d755a7611ba3897fc1ee9bdce410cc33d7f8 (patch) | |
tree | 93a738001fad5d9c2c9cc9efbcba00a4ad0b9450 /source4/ntvfs/sysdep | |
parent | 6c68f1ae9ec1ef6afbde634cd0ea591860916524 (diff) | |
download | samba-0329d755a7611ba3897fc1ee9bdce410cc33d7f8.tar.gz samba-0329d755a7611ba3897fc1ee9bdce410cc33d7f8.tar.bz2 samba-0329d755a7611ba3897fc1ee9bdce410cc33d7f8.zip |
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)
Diffstat (limited to 'source4/ntvfs/sysdep')
-rw-r--r-- | source4/ntvfs/sysdep/inotify.c | 4 | ||||
-rw-r--r-- | source4/ntvfs/sysdep/sys_notify.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source4/ntvfs/sysdep/inotify.c b/source4/ntvfs/sysdep/inotify.c index 5348006543..62e9a387a1 100644 --- a/source4/ntvfs/sysdep/inotify.c +++ b/source4/ntvfs/sysdep/inotify.c @@ -26,8 +26,8 @@ #include "system/filesys.h" #include "ntvfs/sysdep/sys_notify.h" #include "lib/events/events.h" -#include "smb.h" -#include "dlinklist.h" +#include "lib/util/dlinklist.h" +#include "libcli/raw/smb.h" #include <linux/inotify.h> #include <asm/unistd.h> diff --git a/source4/ntvfs/sysdep/sys_notify.c b/source4/ntvfs/sysdep/sys_notify.c index 3f4f08203e..765b4a39a5 100644 --- a/source4/ntvfs/sysdep/sys_notify.c +++ b/source4/ntvfs/sysdep/sys_notify.c @@ -27,7 +27,7 @@ #include "system/filesys.h" #include "ntvfs/sysdep/sys_notify.h" #include "lib/events/events.h" -#include "dlinklist.h" +#include "lib/util/dlinklist.h" #include "build.h" /* list of registered backends */ |