]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-auth-factory.c
Merge remote-tracking branch 'origin/gnome-3-8'
[empathy.git] / libempathy / empathy-auth-factory.c
index 92a59dab28a1f8d84439e52b28df4844fa41a119..cba4607a3e44af53b9df386e1e96e69d89cf3104 100644 (file)
  */
 
 #include "config.h"
-
 #include "empathy-auth-factory.h"
 
-#define DEBUG_FLAG EMPATHY_DEBUG_TLS
-#include "empathy-debug.h"
 #include "empathy-keyring.h"
 #include "empathy-sasl-mechanisms.h"
 #include "empathy-server-sasl-handler.h"
@@ -40,6 +37,9 @@
 
 #include "extensions.h"
 
+#define DEBUG_FLAG EMPATHY_DEBUG_TLS
+#include "empathy-debug.h"
+
 G_DEFINE_TYPE (EmpathyAuthFactory, empathy_auth_factory, TP_TYPE_BASE_CLIENT);
 
 struct _EmpathyAuthFactoryPriv {