summaryrefslogtreecommitdiff
path: root/examples/client
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-04 13:55:43 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-07 14:15:12 +0100
commit83a388b0cf10dbbb8cec9c17f4255188dcd7f65c (patch)
treee3ffcf12451d98db3c4af0f996f7a0bf6c99178b /examples/client
parent1c1b1f93953f85bf7c6cec326f8952368908b062 (diff)
All examples: follow the meta-header policy
Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49384
Diffstat (limited to 'examples/client')
-rw-r--r--examples/client/approver.c2
-rw-r--r--examples/client/contact-list.c1
-rw-r--r--examples/client/media-observer.c2
3 files changed, 0 insertions, 5 deletions
diff --git a/examples/client/approver.c b/examples/client/approver.c
index cbe4801cb..d92ee3448 100644
--- a/examples/client/approver.c
+++ b/examples/client/approver.c
@@ -14,8 +14,6 @@
#include <stdio.h>
#include <telepathy-glib/telepathy-glib.h>
-#include <telepathy-glib/debug.h>
-#include <telepathy-glib/simple-approver.h>
GMainLoop *mainloop = NULL;
diff --git a/examples/client/contact-list.c b/examples/client/contact-list.c
index 724bf50c4..825d8c686 100644
--- a/examples/client/contact-list.c
+++ b/examples/client/contact-list.c
@@ -11,7 +11,6 @@
#include "config.h"
#include <telepathy-glib/telepathy-glib.h>
-#include <telepathy-glib/debug.h>
static void
account_manager_prepared_cb (GObject *object,
diff --git a/examples/client/media-observer.c b/examples/client/media-observer.c
index 3c2ebe8cf..0d9a6940d 100644
--- a/examples/client/media-observer.c
+++ b/examples/client/media-observer.c
@@ -13,8 +13,6 @@
#include <glib.h>
#include <telepathy-glib/telepathy-glib.h>
-#include <telepathy-glib/debug.h>
-#include <telepathy-glib/simple-observer.h>
static void
chan_invalidated_cb (TpProxy *proxy,