diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-25 12:45:15 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-25 12:45:15 +0200 |
commit | 0845f60ad48dc43f586da31cfeec01ddacb0c042 (patch) | |
tree | 18de5c7d2829d265efb516b2a09cafd369128a70 | |
parent | 301ec9dca799e441934aa78c60ae9c18355a7a42 (diff) |
text-handler: including telepathy-glib.h is enough
-rw-r--r-- | examples/client/text-handler.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/client/text-handler.c b/examples/client/text-handler.c index 1e075e00..a878491e 100644 --- a/examples/client/text-handler.c +++ b/examples/client/text-handler.c @@ -13,8 +13,6 @@ #include <glib.h> #include <telepathy-glib/telepathy-glib.h> -#include <telepathy-glib/debug.h> -#include <telepathy-glib/simple-handler.h> static void echo_message (TpChannel *channel, |