about summary refs log tree commit diff stats
path: root/src/xmpp/contact.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/contact.c')
-rw-r--r--src/xmpp/contact.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmpp/contact.c b/src/xmpp/contact.c
index 000d7668..d50af5cd 100644
--- a/src/xmpp/contact.c
+++ b/src/xmpp/contact.c
@@ -38,10 +38,10 @@
 
 #include <glib.h>
 
-#include "contact.h"
 #include "common.h"
-#include "resource.h"
 #include "tools/autocomplete.h"
+#include "xmpp/resource.h"
+#include "xmpp/contact.h"
 
 struct p_contact_t {
     char *barejid;