aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy.c
diff options
context:
space:
mode:
authorEmanuele Aina <emanuele.aina@collabora.com>2013-04-01 23:04:08 +0800
committerEmanuele Aina <emanuele.aina@collabora.com>2013-04-02 05:40:42 +0800
commit0d137b74e57840bd85f090becd4144f62c89d6ab (patch)
tree24ebd2c6a04b9eaa791215e4a801a298e74abaa6 /src/empathy.c
parent4d8ed19e779716a81fe7b37aa0f51a68057e0a2a (diff)
downloadgsoc2013-empathy-0d137b74e57840bd85f090becd4144f62c89d6ab.tar
gsoc2013-empathy-0d137b74e57840bd85f090becd4144f62c89d6ab.tar.gz
gsoc2013-empathy-0d137b74e57840bd85f090becd4144f62c89d6ab.tar.bz2
gsoc2013-empathy-0d137b74e57840bd85f090becd4144f62c89d6ab.tar.lz
gsoc2013-empathy-0d137b74e57840bd85f090becd4144f62c89d6ab.tar.xz
gsoc2013-empathy-0d137b74e57840bd85f090becd4144f62c89d6ab.tar.zst
gsoc2013-empathy-0d137b74e57840bd85f090becd4144f62c89d6ab.zip
Reorder header inclusions accordingly to the Telepathy coding style
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
Diffstat (limited to 'src/empathy.c')
-rw-r--r--src/empathy.c23
1 files changed, 10 insertions, 13 deletions
diff --git a/src/empathy.c b/src/empathy.c
index 610150bbd..a8f23e82c 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -23,31 +23,28 @@
#include <glib/gstdio.h>
#include <glib/gi18n.h>
+#include <libnotify/notify.h>
#ifdef HAVE_LIBCHAMPLAIN
#include <clutter-gtk/clutter-gtk.h>
#endif
-#include <libnotify/notify.h>
-
+#include "empathy-accounts-common.h"
+#include "empathy-accounts-dialog.h"
+#include "empathy-chatroom-manager.h"
#include "empathy-client-factory.h"
#include "empathy-connection-aggregator.h"
-#include "empathy-presence-manager.h"
-#include "empathy-utils.h"
-#include "empathy-chatroom-manager.h"
-#include "empathy-request-util.h"
#include "empathy-ft-factory.h"
+#include "empathy-ft-manager.h"
#include "empathy-gsettings.h"
-
-#include "empathy-ui-utils.h"
#include "empathy-location-manager.h"
-
+#include "empathy-notifications-approver.h"
+#include "empathy-presence-manager.h"
+#include "empathy-request-util.h"
#include "empathy-roster-window.h"
-#include "empathy-accounts-common.h"
-#include "empathy-accounts-dialog.h"
#include "empathy-status-icon.h"
-#include "empathy-ft-manager.h"
-#include "empathy-notifications-approver.h"
+#include "empathy-ui-utils.h"
+#include "empathy-utils.h"
#define DEBUG_FLAG EMPATHY_DEBUG_OTHER
#include "empathy-debug.h"