From e002300f238dd0937dd9f768e366c006945e8baa Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 29 Apr 2006 17:34:49 +0000 Subject: r15328: Move some functions around, remove dependencies. Remove some autogenerated headers (which had prototypes now autogenerated by pidl) Remove ndr_security.h from a few places - it's no longer necessary (This used to be commit c19c2b51d3e1ad347120b06a22bda5ec586c22e8) --- source4/torture/local/sddl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/local') diff --git a/source4/torture/local/sddl.c b/source4/torture/local/sddl.c index 601cb3353a..20526d7323 100644 --- a/source4/torture/local/sddl.c +++ b/source4/torture/local/sddl.c @@ -21,9 +21,9 @@ */ #include "includes.h" -#include "librpc/gen_ndr/ndr_security.h" #include "libcli/security/security.h" #include "torture/torture.h" +#include "librpc/gen_ndr/ndr_security.h" /* -- cgit