about summary refs log tree commit diff stats
path: root/src/xmpp/presence.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-05 22:10:10 +0100
committerJames Booth <boothj5@gmail.com>2016-05-05 22:10:10 +0100
commitf6fa63b374cdc07084a472a2067546879809ec89 (patch)
tree4fd7b99058a57d5c33b535c8105f02fd1242a505 /src/xmpp/presence.c
parent0c842578711b3471902f08e55b77f270d388d4fb (diff)
downloadprofani-tty-f6fa63b374cdc07084a472a2067546879809ec89.tar.gz
Renamed connection.c -> session.c
Diffstat (limited to 'src/xmpp/presence.c')
-rw-r--r--src/xmpp/presence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/presence.c b/src/xmpp/presence.c
index 4d59326b..130a3fe9 100644
--- a/src/xmpp/presence.c
+++ b/src/xmpp/presence.c
@@ -56,7 +56,7 @@
 #include "ui/ui.h"
 #include "event/server_events.h"
 #include "xmpp/capabilities.h"
-#include "xmpp/connection.h"
+#include "xmpp/session.h"
 #include "xmpp/stanza.h"
 #include "xmpp/iq.h"
 #include "xmpp/xmpp.h"