about summary refs log tree commit diff stats
path: root/src/contact.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-02 20:55:58 +0000
committerJames Booth <boothj5@gmail.com>2013-02-02 20:55:58 +0000
commitfc5bfb7d33dc6e1a6a53c46d414df4f9324f6ad5 (patch)
tree1f4fa04b2101bc021cbd054a2c914ee17f10c9da /src/contact.c
parent8cc4b559452f0bb279a1330d0a166c65045e3417 (diff)
downloadprofani-tty-fc5bfb7d33dc6e1a6a53c46d414df4f9324f6ad5.tar.gz
Tidied #include's
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;