]> git.0d.be Git - empathy.git/blobdiff - src/empathy-accounts-common.h
Reorder header inclusions accordingly to the Telepathy coding style
[empathy.git] / src / empathy-accounts-common.h
index 39d094d22ae44f9b6fb3ecec9770ce0e422d7f88..e4a4a6626414547b62cc4d2c021437b4431a2eec 100644 (file)
 #ifndef __EMPATHY_ACCOUNTS_COMMON_H__
 #define __EMPATHY_ACCOUNTS_COMMON_H__
 
+#include <glib.h>
+#include <telepathy-glib/telepathy-glib.h>
+
+G_BEGIN_DECLS
+
 gboolean empathy_accounts_has_non_salut_accounts (TpAccountManager *manager);
 
 gboolean empathy_accounts_has_accounts (TpAccountManager *manager);
@@ -30,4 +35,6 @@ void empathy_accounts_show_accounts_ui (TpAccountManager *manager,
     TpAccount *account,
     GApplication *app);
 
+G_END_DECLS
+
 #endif /* __EMPATHY_ACCOUNTS_COMMON_H__ */