]> git.0d.be Git - empathy.git/blobdiff - goa-mc-plugin/mcp-account-manager-goa.c
Reorder header inclusions accordingly to the Telepathy coding style
[empathy.git] / goa-mc-plugin / mcp-account-manager-goa.c
index 41eb8f6ebc9e6c469132b040944bc402e4303be1..4af7828a347ed265042681a881fa376cf4fc6272 100644 (file)
  */
 
 #include "config.h"
-
-#include <telepathy-glib/telepathy-glib.h>
+#include "mcp-account-manager-goa.h"
 
 #define GOA_API_IS_SUBJECT_TO_CHANGE /* awesome! */
 #include <goa/goa.h>
-
-#include "mcp-account-manager-goa.h"
+#include <telepathy-glib/telepathy-glib.h>
 
 #define DEBUG g_debug
 #define GET_PRIVATE(self) (((McpAccountManagerGoa *) self)->priv)