diff options
-rw-r--r-- | examples/VFS/shadow_copy_test.c | 1 | ||||
-rw-r--r-- | examples/VFS/skel_opaque.c | 1 | ||||
-rw-r--r-- | examples/VFS/skel_transparent.c | 1 |
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!!!!!! |