From: Stefan Metzmacher Date: Tue, 5 Jun 2012 12:47:52 +0000 (+0200) Subject: s3:modules: we don't need smbd/proto.h in vfs_shadow_copy2.c X-Git-Tag: tevent-0.9.16~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bc328dcb008b29fec1cdd3cfec510a9656bbdbb;p=thirdparty%2Fsamba.git s3:modules: we don't need smbd/proto.h in vfs_shadow_copy2.c metze --- diff --git a/source3/modules/vfs_shadow_copy2.c b/source3/modules/vfs_shadow_copy2.c index 0e6e14fc72c..bf61c922622 100644 --- a/source3/modules/vfs_shadow_copy2.c +++ b/source3/modules/vfs_shadow_copy2.c @@ -98,7 +98,6 @@ #include "includes.h" #include "system/filesys.h" #include "include/ntioctl.h" -#include "smbd/proto.h" #include #include "util_tdb.h"