]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-irc-network-chooser.c
Reorder header inclusions accordingly to the Telepathy coding style
[empathy.git] / libempathy-gtk / empathy-irc-network-chooser.c
index 4945bb7c174cd87fd07751f30fc0f4ec8ae4f1ec..fab6a3a3f05a4eb8b9192ee5ab9f7d7a86ac7ea3 100644 (file)
  */
 
 #include "config.h"
+#include "empathy-irc-network-chooser.h"
 
-#include "empathy-utils.h"
+#include "empathy-irc-network-chooser-dialog.h"
 #include "empathy-irc-network-manager.h"
-
 #include "empathy-ui-utils.h"
-#include "empathy-irc-network-chooser-dialog.h"
+#include "empathy-utils.h"
 
 #define DEBUG_FLAG EMPATHY_DEBUG_ACCOUNT | EMPATHY_DEBUG_IRC
 #include "empathy-debug.h"
 
-#include "empathy-irc-network-chooser.h"
-
 #define DEFAULT_IRC_NETWORK "irc.gimp.org"
 #define DEFAULT_IRC_PORT 6667
 #define DEFAULT_IRC_SSL FALSE