summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-25 11:15:55 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:08 +0200
commitf064c8e4f23b7d427b6e0cb11a6d7ec04964e773 (patch)
tree6b39b3012820ffb8712417bd20d6b9ff037de6e1 /source3
parent20d8ae49b701bc2663dcecad8253863c9c979a40 (diff)
downloadsamba-f064c8e4f23b7d427b6e0cb11a6d7ec04964e773.tar.gz
samba-f064c8e4f23b7d427b6e0cb11a6d7ec04964e773.tar.bz2
samba-f064c8e4f23b7d427b6e0cb11a6d7ec04964e773.zip
s3: finally remove global include of smbd prototypes.
Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/include/proto.h3
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_ */