diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-08-26 12:26:06 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-08-28 11:09:03 +0100 |
commit | 5659b40c747817bcdf841ea1d6e208da6382758b (patch) | |
tree | cba02c3c319c62419f29191c79caf7156f17ec0d /tests/wocky-roster-test.c | |
parent | 9a5e32f52df7712faef82edf929d14f6b1db0c9a (diff) |
rename wocky-contact.[ch] to wocky-bare-contact.[ch]
Diffstat (limited to 'tests/wocky-roster-test.c')
-rw-r--r-- | tests/wocky-roster-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wocky-roster-test.c b/tests/wocky-roster-test.c index 98df10a..541e115 100644 --- a/tests/wocky-roster-test.c +++ b/tests/wocky-roster-test.c @@ -8,7 +8,7 @@ #include <wocky/wocky-porter.h> #include <wocky/wocky-utils.h> #include <wocky/wocky-xmpp-connection.h> -#include <wocky/wocky-contact.h> +#include <wocky/wocky-bare-contact.h> #include <wocky/wocky-namespaces.h> #include "wocky-test-stream.h" |