about summary refs log tree commit diff stats
path: root/src/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection.c')
-rw-r--r--src/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection.c b/src/connection.c
index 8185c7c8..a32a3221 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -30,13 +30,13 @@
 #include "chat_session.h"
 #include "common.h"
 #include "contact_list.h"
-#include "jabber.h"
 #include "jid.h"
 #include "log.h"
 #include "preferences.h"
 #include "profanity.h"
 #include "muc.h"
 #include "stanza.h"
+#include "xmpp.h"
 
 static struct _jabber_conn_t {
     xmpp_log_t *log;