From 1016439153ccbd1687927819b107bb7b73a5d750 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 12 Mar 2015 14:50:01 +0000 Subject: [PATCH] smbd: Remove an unused #include Signed-off-by: Volker Lendecke Reviewed-by: Michael Adam --- source3/smbd/smb2_ioctl_network_fs.c | 1 - 1 file changed, 1 deletion(-) 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" -- 2.11.4.GIT