]> git.0d.be Git - empathy.git/blobdiff - src/empathy-chat-manager.c
Reorder header inclusions accordingly to the Telepathy coding style
[empathy.git] / src / empathy-chat-manager.c
index bc64cefc8be303a4f60b64cd82ba8affacef6e35..89f230dc31e2a366f0f06e8ccf63f751d3596e56 100644 (file)
  */
 
 #include "config.h"
+#include "empathy-chat-manager.h"
 
 #include <telepathy-glib/proxy-subclass.h>
 
 #include "empathy-chatroom-manager.h"
-#include "empathy-request-util.h"
+#include "empathy-chat-window.h"
 #include "empathy-individual-manager.h"
-
+#include "empathy-request-util.h"
 #include "empathy-ui-utils.h"
-
-#include "empathy-chat-window.h"
+#include "extensions.h"
 
 #define DEBUG_FLAG EMPATHY_DEBUG_OTHER
 #include "empathy-debug.h"
 
-#include "empathy-chat-manager.h"
-
-#include "extensions.h"
-
 enum {
   CLOSED_CHATS_CHANGED,
   DISPLAYED_CHATS_CHANGED,