diff src/auth/db-ldap.c @ 3474:9096b7957413 HEAD

Removed direct config.h including. I'm not sure why it was done before, probably to reduce compile times a few milliseconds. Ugly anyway..
author Timo Sirainen <tss@iki.fi>
date Tue, 12 Jul 2005 15:58:47 +0300
parents aebed9a9edac
children 5e78500f1aee
line wrap: on
line diff
--- a/src/auth/db-ldap.c	Tue Jul 12 15:47:11 2005 +0300
+++ b/src/auth/db-ldap.c	Tue Jul 12 15:58:47 2005 +0300
@@ -1,11 +1,9 @@
 /* Copyright (C) 2003 Timo Sirainen */
 
-#include "config.h"
-#undef HAVE_CONFIG_H
+#include "common.h"
 
 #if defined(PASSDB_LDAP) || defined(USERDB_LDAP)
 
-#include "common.h"
 #include "network.h"
 #include "ioloop.h"
 #include "hash.h"