r19588: Use include and import statements rather than depends() and helper().
[samba.git] / source4 / librpc / idl / krb5pac.idl
index 229ce3402d594107aa40b166ac7ee30392d2f380..da25f3e92a18169d8ddee4df3fa26001dbbaf10c 100644 (file)
@@ -4,12 +4,13 @@
 
 #include "idl_types.h"
 
+import "security.idl", "netlogon.idl", "samr.idl";
+
 [
   uuid("12345778-1234-abcd-0000-00000000"),
   version(0.0),
   pointer_default(unique),
-  helpstring("Active Directory KRB5 PAC"),
-  depends(security,netlogon,samr)
+  helpstring("Active Directory KRB5 PAC")
 ]
 interface krb5pac
 {