From 0d137b74e57840bd85f090becd4144f62c89d6ab Mon Sep 17 00:00:00 2001 From: Emanuele Aina Date: Mon, 1 Apr 2013 17:04:08 +0200 Subject: Reorder header inclusions accordingly to the Telepathy coding style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076 --- src/empathy-auth-client.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'src/empathy-auth-client.c') diff --git a/src/empathy-auth-client.c b/src/empathy-auth-client.c index 6da465665..be5b13a0b 100644 --- a/src/empathy-auth-client.c +++ b/src/empathy-auth-client.c @@ -22,21 +22,19 @@ #include "config.h" #include +#include -#define DEBUG_FLAG EMPATHY_DEBUG_TLS -#include "empathy-debug.h" #include "empathy-auth-factory.h" -#include "empathy-server-tls-handler.h" -#include "empathy-tls-verifier.h" - #include "empathy-bad-password-dialog.h" #include "empathy-password-dialog.h" +#include "empathy-sanity-cleaning.h" +#include "empathy-server-tls-handler.h" #include "empathy-tls-dialog.h" +#include "empathy-tls-verifier.h" #include "empathy-ui-utils.h" -#include "empathy-sanity-cleaning.h" - -#include +#define DEBUG_FLAG EMPATHY_DEBUG_TLS +#include "empathy-debug.h" #define TIMEOUT 60 -- cgit v1.2.3