summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/connection-manager.c2
-rw-r--r--src/contact-list.c2
-rw-r--r--src/contact-list.h2
3 files changed, 4 insertions, 2 deletions
diff --git a/src/connection-manager.c b/src/connection-manager.c
index 9bf3f2a..58c802d 100644
--- a/src/connection-manager.c
+++ b/src/connection-manager.c
@@ -20,6 +20,7 @@
*/
#include <config.h>
+#include "connection-manager.h"
#include <string.h>
@@ -31,7 +32,6 @@
#include <telepathy-glib/telepathy-glib.h>
-#include "connection-manager.h"
#include "debug.h"
G_DEFINE_TYPE(HazeConnectionManager,
diff --git a/src/contact-list.c b/src/contact-list.c
index f9d6cc2..107f9e9 100644
--- a/src/contact-list.c
+++ b/src/contact-list.c
@@ -20,13 +20,13 @@
*/
#include <config.h>
+#include "contact-list.h"
#include <string.h>
#include <telepathy-glib/telepathy-glib.h>
#include "connection.h"
-#include "contact-list.h"
#include "debug.h"
typedef struct _PublishRequestData PublishRequestData;
diff --git a/src/contact-list.h b/src/contact-list.h
index e8bcb77..647a40d 100644
--- a/src/contact-list.h
+++ b/src/contact-list.h
@@ -22,6 +22,8 @@
#include <glib-object.h>
+#include <libpurple/account.h>
+
#include <telepathy-glib/telepathy-glib.h>
G_BEGIN_DECLS