From 16be476d403bf2fffa74f017089962da9b03c103 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 5 Jun 2012 14:47:00 +0200 Subject: s3:lib: we don't need smbd/proto.h in smbd_shim.c metze --- source3/lib/smbd_shim.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/lib/smbd_shim.c') diff --git a/source3/lib/smbd_shim.c b/source3/lib/smbd_shim.c index a7d386b29c..0d33164655 100644 --- a/source3/lib/smbd_shim.c +++ b/source3/lib/smbd_shim.c @@ -24,7 +24,6 @@ #include "includes.h" #include "smbd_shim.h" -#include "smbd/proto.h" static struct smbd_shim shim; -- cgit