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/ntptr/ntptr_base.c | 1 - source4/ntptr/simple_ldb/ntptr_simple_ldb.c | 1 - 2 files changed, 2 deletions(-) (limited to 'source4/ntptr') diff --git a/source4/ntptr/ntptr_base.c b/source4/ntptr/ntptr_base.c index b78efd0585..51f16ec954 100644 --- a/source4/ntptr/ntptr_base.c +++ b/source4/ntptr/ntptr_base.c @@ -25,7 +25,6 @@ #include "includes.h" #include "ntptr/ntptr.h" -#include "dlinklist.h" #include "smb_build.h" /* the list of currently registered NTPTR backends */ diff --git a/source4/ntptr/simple_ldb/ntptr_simple_ldb.c b/source4/ntptr/simple_ldb/ntptr_simple_ldb.c index 60aa6299a6..8135625734 100644 --- a/source4/ntptr/simple_ldb/ntptr_simple_ldb.c +++ b/source4/ntptr/simple_ldb/ntptr_simple_ldb.c @@ -32,7 +32,6 @@ #include "ntptr/ntptr.h" #include "librpc/gen_ndr/ndr_spoolss.h" #include "lib/ldb/include/ldb.h" -#include "db_wrap.h" #include "auth/auth.h" #include "dsdb/samdb/samdb.h" -- cgit