diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-05-30 13:34:20 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-05-30 13:34:20 +0100 |
commit | fa3b39e7a84fa985a5f7bac664fa6af8a355e622 (patch) | |
tree | 472434fcdd4f146a700fe283b3ff751606f6a9bf /src/server-tls-channel.c | |
parent | 4f67d0e00694967c31ab35ab6eec0a325bc19d5d (diff) |
Use meta-headers for everything
Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49384
Diffstat (limited to 'src/server-tls-channel.c')
-rw-r--r-- | src/server-tls-channel.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/server-tls-channel.c b/src/server-tls-channel.c index 859edb4d6..9fa913426 100644 --- a/src/server-tls-channel.c +++ b/src/server-tls-channel.c @@ -22,10 +22,8 @@ #include "server-tls-channel.h" -#include <telepathy-glib/svc-channel.h> -#include <telepathy-glib/svc-generic.h> -#include <telepathy-glib/interfaces.h> -#include <telepathy-glib/channel-iface.h> +#include <telepathy-glib/telepathy-glib.h> +#include <telepathy-glib/telepathy-glib-dbus.h> #include <wocky/wocky.h> |