diff options
Diffstat (limited to 'tests/lib/textchan-null.c')
-rw-r--r-- | tests/lib/textchan-null.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/lib/textchan-null.c b/tests/lib/textchan-null.c index bbeb0c7..c426acf 100644 --- a/tests/lib/textchan-null.c +++ b/tests/lib/textchan-null.c @@ -13,13 +13,8 @@ #include "textchan-null.h" -#include <telepathy-glib/base-connection.h> -#include <telepathy-glib/channel-iface.h> -#include <telepathy-glib/dbus.h> -#include <telepathy-glib/dbus-properties-mixin.h> -#include <telepathy-glib/interfaces.h> -#include <telepathy-glib/svc-channel.h> -#include <telepathy-glib/svc-generic.h> +#include <telepathy-glib/telepathy-glib.h> +#include <telepathy-glib/telepathy-glib-dbus.h> /* This is for text-mixin unit tests, others should be using ExampleEcho2Channel * which uses newer TpMessageMixin */ |