diff options
author | James Booth <boothj5@gmail.com> | 2013-05-06 23:04:46 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2013-05-06 23:04:46 +0100 |
commit | c1ee75da40b5fa633cb7a3efd699c217a3c88ff0 (patch) | |
tree | c15fc645d3a219bc92c9d9b122c3065c9eb4143c /tests | |
parent | 05f2d293968d056099b7bb712ae00b39048ed4d4 (diff) | |
download | profani-tty-c1ee75da40b5fa633cb7a3efd699c217a3c88ff0.tar.gz |
Removed contact_list, moved roster logic to xmpp/roster module
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_roster.c | 2 |
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) { |