diff options
Diffstat (limited to 'addressbook/backend/pas/pas-backend-ldap.c')
-rw-r--r-- | addressbook/backend/pas/pas-backend-ldap.c | 7 |
1 files changed, 4 insertions, 3 deletions
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 <gtk/gtksignal.h> #include <fcntl.h> #include <time.h> #include <lber.h> +#include <gtk/gtksignal.h> #ifdef DEBUG #define LDAP_DEBUG @@ -39,12 +39,13 @@ #include "ldap_schema.h" #endif +#include <e-util/e-sexp.h> +#include <ebook/e-card-simple.h> + #include "pas-backend-ldap.h" #include "pas-book.h" #include "pas-card-cursor.h" -#include <e-util/e-sexp.h> -#include <ebook/e-card-simple.h> #define LDAP_MAX_SEARCH_RESPONSES 100 |