summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-06-05 14:47:52 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-06 10:18:39 +0200
commit7bc328dcb008b29fec1cdd3cfec510a9656bbdbb (patch)
tree63788295030d32e11c6bb196d23926269f616829
parent16be476d403bf2fffa74f017089962da9b03c103 (diff)
downloadsamba-7bc328dcb008b29fec1cdd3cfec510a9656bbdbb.tar.gz
samba-7bc328dcb008b29fec1cdd3cfec510a9656bbdbb.tar.xz
samba-7bc328dcb008b29fec1cdd3cfec510a9656bbdbb.zip
s3:modules: we don't need smbd/proto.h in vfs_shadow_copy2.c
metze
-rw-r--r--source3/modules/vfs_shadow_copy2.c1
1 files changed, 0 insertions, 1 deletions
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 <ccan/hash/hash.h>
#include "util_tdb.h"