diff options
author | Günther Deschner <gd@samba.org> | 2011-03-25 11:15:55 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:08 +0200 |
commit | f064c8e4f23b7d427b6e0cb11a6d7ec04964e773 (patch) | |
tree | 6b39b3012820ffb8712417bd20d6b9ff037de6e1 | |
parent | 20d8ae49b701bc2663dcecad8253863c9c979a40 (diff) | |
download | samba-f064c8e4f23b7d427b6e0cb11a6d7ec04964e773.tar.gz samba-f064c8e4f23b7d427b6e0cb11a6d7ec04964e773.tar.xz samba-f064c8e4f23b7d427b6e0cb11a6d7ec04964e773.zip |
s3: finally remove global include of smbd prototypes.
Guenther
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 730960b851..6c6c8d8d94 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3608,7 +3608,4 @@ void contend_level2_oplocks_begin(files_struct *fsp, void contend_level2_oplocks_end(files_struct *fsp, enum level2_contention_type type); -/* FIXME */ -#include "smbd/proto.h" - #endif /* _PROTO_H_ */ |