about summary refs log tree commit diff stats
path: root/tests/test_roster.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-05-06 23:04:46 +0100
committerJames Booth <boothj5@gmail.com>2013-05-06 23:04:46 +0100
commitc1ee75da40b5fa633cb7a3efd699c217a3c88ff0 (patch)
treec15fc645d3a219bc92c9d9b122c3065c9eb4143c /tests/test_roster.c
parent05f2d293968d056099b7bb712ae00b39048ed4d4 (diff)
downloadprofani-tty-c1ee75da40b5fa633cb7a3efd699c217a3c88ff0.tar.gz
Removed contact_list, moved roster logic to xmpp/roster module
Diffstat (limited to 'tests/test_roster.c')
-rw-r--r--tests/test_roster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_roster.c b/tests/test_roster.c
index 899054d9..b040cc33 100644
--- a/tests/test_roster.c
+++ b/tests/test_roster.c
@@ -6,7 +6,7 @@
 #include <glib.h>
 
 #include "contact.h"
-#include "contact_list.h"
+#include "xmpp/xmpp.h"
 
 static void setup(void)
 {