about summary refs log tree commit diff stats
path: root/src/command.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/command.c
parenta9c629dd9e569b1718566a097c14e99695cef8b0 (diff)
downloadprofani-tty-7dcb85c7011734168160e63d508d1a8b5cc3effe.tar.gz
Renamed jabber.h -> xmpp.h
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index 50913c6c..767081af 100644
--- a/src/command.c
+++ b/src/command.c
@@ -35,7 +35,6 @@
 #include "contact_list.h"
 #include "chat_log.h"
 #include "history.h"
-#include "jabber.h"
 #include "jid.h"
 #include "log.h"
 #include "parser.h"
@@ -46,6 +45,7 @@
 #include "theme.h"
 #include "tinyurl.h"
 #include "ui.h"
+#include "xmpp.h"
 
 typedef char*(*autocomplete_func)(char *);