about summary refs log tree commit diff stats
path: root/src/xmpp/presence.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/presence.c')
-rw-r--r--src/xmpp/presence.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xmpp/presence.c b/src/xmpp/presence.c
index b679317e..f4631b12 100644
--- a/src/xmpp/presence.c
+++ b/src/xmpp/presence.c
@@ -30,9 +30,9 @@
 #include "muc.h"
 #include "preferences.h"
 #include "profanity.h"
-#include "xmpp.h"
-#include "stanza.h"
-#include "capabilities.h"
+#include "xmpp/capabilities.h"
+#include "xmpp/stanza.h"
+#include "xmpp/xmpp.h"
 
 static GHashTable *sub_requests;