about summary refs log tree commit diff stats
path: root/src/jid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jid.c')
-rw-r--r--src/jid.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jid.c b/src/jid.c
index 84372af7..7a62e141 100644
--- a/src/jid.c
+++ b/src/jid.c
@@ -25,9 +25,10 @@
 
 #include <glib.h>
 
-#include "common.h"
 #include "jid.h"
 
+#include "common.h"
+
 Jid *
 jid_create(const gchar * const str)
 {