diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-26 01:23:40 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2006-03-26 01:23:40 +0000 |
commit | 329e87e76257aec26bad95950865aba9652217e8 (patch) | |
tree | 2ea7e6c892aaefa6e33134daf04cae37c583b4ab /source/ntvfs/nbench | |
parent | 437083e8995c2901e7920ab0595d79c90c953ff3 (diff) | |
download | samba-329e87e76257aec26bad95950865aba9652217e8.tar.gz samba-329e87e76257aec26bad95950865aba9652217e8.tar.xz samba-329e87e76257aec26bad95950865aba9652217e8.zip |
r14736: - the ntvfs subsystem should not know about smb_server.h
- the process module subsystem should not know about smb_server.h
- the smb_server module should not know about process models
metze
Diffstat (limited to 'source/ntvfs/nbench')
-rw-r--r-- | source/ntvfs/nbench/vfs_nbench.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/ntvfs/nbench/vfs_nbench.c b/source/ntvfs/nbench/vfs_nbench.c index 6dcf58182a2..b93e5f3c446 100644 --- a/source/ntvfs/nbench/vfs_nbench.c +++ b/source/ntvfs/nbench/vfs_nbench.c @@ -26,7 +26,6 @@ #include "includes.h" #include "system/filesys.h" -#include "smb_server/smb_server.h" #include "ntvfs/ntvfs.h" /* this is stored in ntvfs_private */ |