diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-06-05 14:47:00 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-06 10:18:39 +0200 |
commit | 16be476d403bf2fffa74f017089962da9b03c103 (patch) | |
tree | ddd317e3879d0bf5d684714568733c57ac0a5756 | |
parent | 04ab606ddbd15cddb235d5f5baedf48299cb1ec7 (diff) | |
download | samba-16be476d403bf2fffa74f017089962da9b03c103.tar.gz samba-16be476d403bf2fffa74f017089962da9b03c103.tar.bz2 samba-16be476d403bf2fffa74f017089962da9b03c103.zip |
s3:lib: we don't need smbd/proto.h in smbd_shim.c
metze
-rw-r--r-- | source3/lib/smbd_shim.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |