]> git.0d.be Git - empathy.git/blobdiff - src/empathy-chatrooms-window.c
Reorder header inclusions accordingly to the Telepathy coding style
[empathy.git] / src / empathy-chatrooms-window.c
index ff45bed9c0a93fc3f19fca8318b36245b8a3f893..553c91290c700af506246213be710472cf508a14 100644 (file)
  */
 
 #include "config.h"
+#include "empathy-chatrooms-window.h"
 
 #include <glib/gi18n.h>
 
-#include "empathy-chatroom-manager.h"
-#include "empathy-utils.h"
-
 #include "empathy-account-chooser.h"
+#include "empathy-chatroom-manager.h"
 #include "empathy-ui-utils.h"
-
-#include "empathy-chatrooms-window.h"
+#include "empathy-utils.h"
 
 typedef struct {
        EmpathyChatroomManager *manager;