summaryrefslogtreecommitdiff
path: root/examples/extensions
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/extensions
parent1c1b1f93953f85bf7c6cec326f8952368908b062 (diff)
downloadtelepathy-glib-83a388b0cf10dbbb8cec9c17f4255188dcd7f65c.tar.gz
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/extensions')
-rw-r--r--examples/extensions/extensions-cli.c4
-rw-r--r--examples/extensions/extensions.h3
2 files changed, 5 insertions, 2 deletions
diff --git a/examples/extensions/extensions-cli.c b/examples/extensions/extensions-cli.c
index 4302e3b3e..aba168013 100644
--- a/examples/extensions/extensions-cli.c
+++ b/examples/extensions/extensions-cli.c
@@ -2,7 +2,9 @@
#include "extensions.h"
-#include <telepathy-glib/connection.h>
+#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
+
#include <telepathy-glib/proxy-subclass.h>
static void _example_ext_register_dbus_glib_marshallers (void);
diff --git a/examples/extensions/extensions.h b/examples/extensions/extensions.h
index 26c53dcd9..40c1e7510 100644
--- a/examples/extensions/extensions.h
+++ b/examples/extensions/extensions.h
@@ -2,7 +2,8 @@
#define __EXAMPLE_EXTENSIONS_H__
#include <glib-object.h>
-#include <telepathy-glib/connection.h>
+
+#include <telepathy-glib/telepathy-glib.h>
#include "examples/extensions/_gen/enums.h"
#include "examples/extensions/_gen/cli-connection.h"