Tidied ui dependencies

This commit is contained in:
James Booth
2014-04-06 21:35:17 +01:00
parent ccfea12674
commit aa2a87d162
10 changed files with 15 additions and 15 deletions

View File

@@ -37,7 +37,6 @@
#include "roster_list.h"
#include "xmpp/stanza.h"
#include "xmpp/xmpp.h"
#include "ui/ui.h"
#define HANDLE(ns, type, func) xmpp_handler_add(conn, func, ns, STANZA_NAME_MESSAGE, type, ctx)