changeset 1092:63e76cf6c9e8 HEAD

cleanups
author Timo Sirainen <tss@iki.fi>
date Tue, 04 Feb 2003 05:24:38 +0200
parents a0a1b532fab8
children b46e3ca71d66
files src/auth/userdb-ldap.c
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/auth/userdb-ldap.c	Tue Feb 04 04:42:32 2003 +0200
+++ b/src/auth/userdb-ldap.c	Tue Feb 04 05:24:38 2003 +0200
@@ -3,12 +3,9 @@
 #include "config.h"
 #undef HAVE_CONFIG_H
 
-#if defined(PASSDB_LDAP) || defined(USERDB_LDAP)
+#ifdef USERDB_LDAP
 
 #include "common.h"
-#include "ioloop.h"
-#include "hash.h"
-#include "str.h"
 #include "db-ldap.h"
 #include "userdb.h"