diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-06-05 11:53:47 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-06 10:18:38 +0200 |
commit | 04ab606ddbd15cddb235d5f5baedf48299cb1ec7 (patch) | |
tree | 88444d045920f1f02cf6e541e4ac21f8e3fe8853 /examples/VFS/shadow_copy_test.c | |
parent | 9b5c2ca14c120e3700cbb92b1ae19ea6da28a9af (diff) | |
download | samba-04ab606ddbd15cddb235d5f5baedf48299cb1ec7.tar.gz |
examples/VFS: don't use smbd/proto.h
metze
Diffstat (limited to 'examples/VFS/shadow_copy_test.c')
-rw-r--r-- | examples/VFS/shadow_copy_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/VFS/shadow_copy_test.c b/examples/VFS/shadow_copy_test.c index 8e6fd69b1bd..944136badd4 100644 --- a/examples/VFS/shadow_copy_test.c +++ b/examples/VFS/shadow_copy_test.c @@ -20,7 +20,6 @@ #include "../source3/include/includes.h" #include "ntioctl.h" -#include "smbd/proto.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_VFS |