diff options
author | Emanuele Aina <emanuele.aina@collabora.com> | 2013-04-01 17:04:08 +0200 |
---|---|---|
committer | Emanuele Aina <emanuele.aina@collabora.com> | 2013-04-01 23:40:42 +0200 |
commit | 0d137b74e57840bd85f090becd4144f62c89d6ab (patch) | |
tree | 24ebd2c6a04b9eaa791215e4a801a298e74abaa6 /libempathy/empathy-account-settings.c | |
parent | 4d8ed19e779716a81fe7b37aa0f51a68057e0a2a (diff) | |
download | empathy-0d137b74e57840bd85f090becd4144f62c89d6ab.tar.gz |
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 'libempathy/empathy-account-settings.c')
-rw-r--r-- | libempathy/empathy-account-settings.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c index 1a1391e16..064d4d215 100644 --- a/libempathy/empathy-account-settings.c +++ b/libempathy/empathy-account-settings.c @@ -19,12 +19,12 @@ */ #include "config.h" - #include "empathy-account-settings.h" + #include "empathy-connection-managers.h" #include "empathy-keyring.h" -#include "empathy-utils.h" #include "empathy-presence-manager.h" +#include "empathy-utils.h" #define DEBUG_FLAG EMPATHY_DEBUG_ACCOUNT #include "empathy-debug.h" |