From 863dcbfa06cfcd4eecba7559c03080321b9a8a91 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 6 Nov 2006 22:54:49 +0000 Subject: r19588: Use include and import statements rather than depends() and helper(). (This used to be commit 347ae9628202ca4de4318ef8156999239aad9192) --- source4/librpc/idl/winsrepl.idl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source4/librpc/idl/winsrepl.idl') diff --git a/source4/librpc/idl/winsrepl.idl b/source4/librpc/idl/winsrepl.idl index d16444e346..fb590d27c9 100644 --- a/source4/librpc/idl/winsrepl.idl +++ b/source4/librpc/idl/winsrepl.idl @@ -9,10 +9,11 @@ Written by Andrew Tridgell */ +import "nbt.idl"; + [ pointer_default(unique), - pointer_default_top(unique), - depends(nbt) + pointer_default_top(unique) ] interface wrepl { -- cgit