From d4de4c2d210d2e8c9b5aedf70695594809ad6a0b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 30 Dec 2005 13:16:54 +0000 Subject: r12608: Remove some unused #include lines. (This used to be commit 70e7449318aa0e9d2639c76730a7d1683b2f4981) --- source4/auth/auth_util.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/auth/auth_util.c') diff --git a/source4/auth/auth_util.c b/source4/auth/auth_util.c index dbedde9190..5660787ee8 100644 --- a/source4/auth/auth_util.c +++ b/source4/auth/auth_util.c @@ -23,9 +23,6 @@ */ #include "includes.h" -#include "librpc/gen_ndr/ndr_samr.h" -#include "librpc/gen_ndr/ndr_netlogon.h" -#include "librpc/gen_ndr/ndr_security.h" #include "auth/auth.h" /* this default function can be used by mostly all backends -- cgit