summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-06-05 11:53:47 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-06 10:18:38 +0200
commit04ab606ddbd15cddb235d5f5baedf48299cb1ec7 (patch)
tree88444d045920f1f02cf6e541e4ac21f8e3fe8853 /examples
parent9b5c2ca14c120e3700cbb92b1ae19ea6da28a9af (diff)
downloadsamba-04ab606ddbd15cddb235d5f5baedf48299cb1ec7.tar.gz
samba-04ab606ddbd15cddb235d5f5baedf48299cb1ec7.tar.bz2
samba-04ab606ddbd15cddb235d5f5baedf48299cb1ec7.zip
examples/VFS: don't use smbd/proto.h
metze
Diffstat (limited to 'examples')
-rw-r--r--examples/VFS/shadow_copy_test.c1
-rw-r--r--examples/VFS/skel_opaque.c1
-rw-r--r--examples/VFS/skel_transparent.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/examples/VFS/shadow_copy_test.c b/examples/VFS/shadow_copy_test.c
index 8e6fd69b1b..944136badd 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
diff --git a/examples/VFS/skel_opaque.c b/examples/VFS/skel_opaque.c
index 1a44a39f2d..89d69928eb 100644
--- a/examples/VFS/skel_opaque.c
+++ b/examples/VFS/skel_opaque.c
@@ -23,7 +23,6 @@
#include "../source3/include/includes.h"
-#include "smbd/proto.h"
/* PLEASE,PLEASE READ THE VFS MODULES CHAPTER OF THE
SAMBA DEVELOPERS GUIDE!!!!!!
diff --git a/examples/VFS/skel_transparent.c b/examples/VFS/skel_transparent.c
index ba7e898cf8..8f55d6aa8a 100644
--- a/examples/VFS/skel_transparent.c
+++ b/examples/VFS/skel_transparent.c
@@ -23,7 +23,6 @@
#include "../source3/include/includes.h"
-#include "smbd/proto.h"
/* PLEASE,PLEASE READ THE VFS MODULES CHAPTER OF THE
SAMBA DEVELOPERS GUIDE!!!!!!