From cf658dcba6ea5c52a8b2e7bb1b39cae37aaa3ca4 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Thu, 29 Mar 2001 20:55:01 +0000 Subject: Clean up #includes. Replace , and with 2001-03-29 Kjartan Maraas * *.*: Clean up #includes. Replace , and with more finegrained headers where needed. svn path=/trunk/; revision=9026 --- addressbook/backend/pas/pas-backend-ldap.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'addressbook/backend/pas/pas-backend-ldap.c') diff --git a/addressbook/backend/pas/pas-backend-ldap.c b/addressbook/backend/pas/pas-backend-ldap.c index 0fb5347ca3..2aa8a884d4 100644 --- a/addressbook/backend/pas/pas-backend-ldap.c +++ b/addressbook/backend/pas/pas-backend-ldap.c @@ -9,10 +9,10 @@ #define DEBUG #include "config.h" -#include #include #include #include +#include #ifdef DEBUG #define LDAP_DEBUG @@ -39,12 +39,13 @@ #include "ldap_schema.h" #endif +#include +#include + #include "pas-backend-ldap.h" #include "pas-book.h" #include "pas-card-cursor.h" -#include -#include #define LDAP_MAX_SEARCH_RESPONSES 100 -- cgit v1.2.3