about summary refs log tree commit diff stats
path: root/src/xmpp_caps.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-28 01:06:58 +0000
committerJames Booth <boothj5@gmail.com>2013-01-28 01:06:58 +0000
commit09406ae3c6af74c2c1b9f1cf2b2f9861e55a86ae (patch)
treebad624a6d9ce929bc57625346031b73c487730b2 /src/xmpp_caps.c
parent070d2ced4fedbeeec69004f8f7fbebdeca02a06e (diff)
downloadprofani-tty-09406ae3c6af74c2c1b9f1cf2b2f9861e55a86ae.tar.gz
Renamed stanza.c -> xmpp_stanza.c
Diffstat (limited to 'src/xmpp_caps.c')
-rw-r--r--src/xmpp_caps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmpp_caps.c b/src/xmpp_caps.c
index ff3e044b..2bf84f1f 100644
--- a/src/xmpp_caps.c
+++ b/src/xmpp_caps.c
@@ -29,7 +29,6 @@
 
 #include "config.h"
 #include "common.h"
-#include "stanza.h"
 #include "xmpp.h"
 
 static GHashTable *capabilities;