* INLINE doesn't work across several objects as of C99; we just survive it the way...
[citadel.git] / citadel / ldap.c
index 1ea3bb09b0533db4bd026a9b9a496e59778567b0..2e293276e3734a54b22b0b5b291b47255ca80e29 100644 (file)
@@ -56,7 +56,6 @@ int ctdl_require_ldap_version = 3;
 #include "citadel.h"
 #include "server.h"
 #include "database.h"
-#include "user_ops.h"
 #include "sysdep_decls.h"
 #include "support.h"
 #include "room_ops.h"
@@ -70,6 +69,7 @@ int ctdl_require_ldap_version = 3;
 #include "threads.h"
 #include "citadel_ldap.h"
 #include "ctdl_module.h"
+#include "user_ops.h"
 
 #ifdef HAVE_LDAP
 #define LDAP_DEPRECATED 1      /* Suppress libldap's warning that we are using deprecated API calls */