Renamed jabber.h -> xmpp.h

This commit is contained in:
James Booth
2013-01-28 00:32:57 +00:00
parent a9c629dd9e
commit 7dcb85c701
8 changed files with 10 additions and 10 deletions

View File

@@ -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 *);