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 --- libempathy-gtk/empathy-avatar-chooser.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'libempathy-gtk/empathy-avatar-chooser.c') diff --git a/libempathy-gtk/empathy-avatar-chooser.c b/libempathy-gtk/empathy-avatar-chooser.c index 30022c9df..19314fe59 100644 --- a/libempathy-gtk/empathy-avatar-chooser.c +++ b/libempathy-gtk/empathy-avatar-chooser.c @@ -21,20 +21,19 @@ */ #include "config.h" +#include "empathy-avatar-chooser.h" #include +#ifdef HAVE_CHEESE +#include +#endif /* HAVE_CHEESE */ + #include "empathy-camera-monitor.h" #include "empathy-gsettings.h" -#include "empathy-utils.h" - -#include "empathy-avatar-chooser.h" #include "empathy-images.h" #include "empathy-ui-utils.h" - -#ifdef HAVE_CHEESE -#include -#endif /* HAVE_CHEESE */ +#include "empathy-utils.h" #define DEBUG_FLAG EMPATHY_DEBUG_OTHER #include "empathy-debug.h" -- cgit v1.2.3