X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=libempathy%2Fempathy-auth-factory.c;h=cba4607a3e44af53b9df386e1e96e69d89cf3104;hp=92a59dab28a1f8d84439e52b28df4844fa41a119;hb=0d137b74e57840bd85f090becd4144f62c89d6ab;hpb=4d8ed19e779716a81fe7b37aa0f51a68057e0a2a diff --git a/libempathy/empathy-auth-factory.c b/libempathy/empathy-auth-factory.c index 92a59dab..cba4607a 100644 --- a/libempathy/empathy-auth-factory.c +++ b/libempathy/empathy-auth-factory.c @@ -19,11 +19,8 @@ */ #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 {