about summary refs log tree commit diff stats
path: root/src/contact.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/contact.c')
-rw-r--r--src/contact.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/contact.c b/src/contact.c
index aad7f630..f6f98e9e 100644
--- a/src/contact.c
+++ b/src/contact.c
@@ -25,9 +25,10 @@
 
 #include <glib.h>
 
-#include "common.h"
 #include "contact.h"
 
+#include "common.h"
+
 struct p_contact_t {
     char *jid;
     char *name;