about summary refs log tree commit diff stats
path: root/src/iq.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-28 00:32:57 +0000
committerJames Booth <boothj5@gmail.com>2013-01-28 00:32:57 +0000
commit7dcb85c7011734168160e63d508d1a8b5cc3effe (patch)
tree93673212da0b2021a42cfdca8862ff2057869026 /src/iq.c
parenta9c629dd9e569b1718566a097c14e99695cef8b0 (diff)
downloadprofani-tty-7dcb85c7011734168160e63d508d1a8b5cc3effe.tar.gz
Renamed jabber.h -> xmpp.h
Diffstat (limited to 'src/iq.c')
-rw-r--r--src/iq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iq.c b/src/iq.c
index 960dd2c7..43e31147 100644
--- a/src/iq.c
+++ b/src/iq.c
@@ -29,9 +29,9 @@
 #include "common.h"
 #include "config.h"
 #include "contact_list.h"
-#include "jabber.h"
 #include "log.h"
 #include "stanza.h"
+#include "xmpp.h"
 
 #define HANDLE(ns, type, func) xmpp_handler_add(conn, func, ns, STANZA_NAME_IQ, type, ctx)