diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-30 13:16:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:03 -0500 |
commit | d4de4c2d210d2e8c9b5aedf70695594809ad6a0b (patch) | |
tree | 6e0764fa01f33ad8d178c62208bc085da60014db /source4/ntptr | |
parent | ab8cd4470c392e04e458eed378b857db00e97f13 (diff) | |
download | samba-d4de4c2d210d2e8c9b5aedf70695594809ad6a0b.tar.gz samba-d4de4c2d210d2e8c9b5aedf70695594809ad6a0b.tar.xz samba-d4de4c2d210d2e8c9b5aedf70695594809ad6a0b.zip |
r12608: Remove some unused #include lines.
(This used to be commit 70e7449318aa0e9d2639c76730a7d1683b2f4981)
Diffstat (limited to 'source4/ntptr')
-rw-r--r-- | source4/ntptr/ntptr_base.c | 1 | ||||
-rw-r--r-- | source4/ntptr/simple_ldb/ntptr_simple_ldb.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/source4/ntptr/ntptr_base.c b/source4/ntptr/ntptr_base.c index b78efd05851..51f16ec9543 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 60aa6299a63..8135625734c 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" |