From 04ab606ddbd15cddb235d5f5baedf48299cb1ec7 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 5 Jun 2012 11:53:47 +0200 Subject: [PATCH] examples/VFS: don't use smbd/proto.h metze --- examples/VFS/shadow_copy_test.c | 1 - examples/VFS/skel_opaque.c | 1 - examples/VFS/skel_transparent.c | 1 - 3 files changed, 3 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 diff --git a/examples/VFS/skel_opaque.c b/examples/VFS/skel_opaque.c index 1a44a39f2df..89d69928ebf 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 ba7e898cf83..8f55d6aa8a8 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!!!!!! -- 2.11.4.GIT