diff options
author | Volker Lendecke <vl@samba.org> | 2015-03-12 14:50:01 +0000 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2015-03-17 11:30:52 +0100 |
commit | 1016439153ccbd1687927819b107bb7b73a5d750 (patch) | |
tree | cbc9268089aeb5308cd3c26e85096e0d16ab664d /source3/smbd/smb2_ioctl_network_fs.c | |
parent | de811f14af2083febdea5a1310f78407115168f6 (diff) | |
download | samba-1016439153ccbd1687927819b107bb7b73a5d750.tar.gz |
smbd: Remove an unused #include
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/smbd/smb2_ioctl_network_fs.c')
-rw-r--r-- | source3/smbd/smb2_ioctl_network_fs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/smb2_ioctl_network_fs.c b/source3/smbd/smb2_ioctl_network_fs.c index 30d02a216fa..5e70703dafb 100644 --- a/source3/smbd/smb2_ioctl_network_fs.c +++ b/source3/smbd/smb2_ioctl_network_fs.c @@ -25,7 +25,6 @@ #include "../libcli/smb/smb_common.h" #include "../libcli/security/security.h" #include "../lib/util/tevent_ntstatus.h" -#include "../lib/ccan/build_assert/build_assert.h" #include "include/ntioctl.h" #include "../librpc/ndr/libndr.h" #include "librpc/gen_ndr/ndr_ioctl.h" |