mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 05:46:22 +00:00
Moved roster_list.c
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "xmpp/chat_session.h"
|
||||
#include "command/cmd_funcs.h"
|
||||
#include "xmpp/xmpp.h"
|
||||
#include "roster_list.h"
|
||||
#include "xmpp/roster_list.h"
|
||||
|
||||
#include "ui/stub_ui.h"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "ui/stub_ui.h"
|
||||
|
||||
#include "xmpp/xmpp.h"
|
||||
#include "roster_list.h"
|
||||
#include "xmpp/roster_list.h"
|
||||
#include "command/cmd_funcs.h"
|
||||
|
||||
#define CMD_ROSTER "/roster"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "xmpp/contact.h"
|
||||
#include "roster_list.h"
|
||||
#include "xmpp/roster_list.h"
|
||||
|
||||
void empty_list_when_none_added(void **state)
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <glib.h>
|
||||
|
||||
#include "event/server_events.h"
|
||||
#include "roster_list.h"
|
||||
#include "xmpp/roster_list.h"
|
||||
#include "xmpp/chat_session.h"
|
||||
#include "config/preferences.h"
|
||||
#include "ui/ui.h"
|
||||
|
||||
Reference in New Issue
Block a user