diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-09-27 14:16:01 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-09-27 15:33:49 +0200 |
commit | 06b666b2f412ef4f97880458ea76355abd8c76cd (patch) | |
tree | 04e80d1139146549090d481df188d3d348b5e1ea | |
parent | bb5133759bc92716c24770e46fc95ad7d8073980 (diff) |
include telepathy-glib-dbus.h
Not needed for now but will be for 1.0
-rw-r--r-- | telepathy-logger/call-channel.c | 1 | ||||
-rw-r--r-- | telepathy-logger/client-factory-internal.h | 1 | ||||
-rw-r--r-- | telepathy-logger/log-manager.c | 1 | ||||
-rw-r--r-- | telepathy-logger/log-store-sqlite.c | 1 | ||||
-rw-r--r-- | telepathy-logger/log-store-xml.c | 1 | ||||
-rw-r--r-- | telepathy-logger/text-channel.c | 1 | ||||
-rw-r--r-- | tests/dbus/test-tpl-log-iter-pidgin.c | 1 | ||||
-rw-r--r-- | tests/dbus/test-tpl-log-iter-xml.c | 1 | ||||
-rw-r--r-- | tests/dbus/test-tpl-log-walker.c | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/telepathy-logger/call-channel.c b/telepathy-logger/call-channel.c index f8e57c0..7dcd6e6 100644 --- a/telepathy-logger/call-channel.c +++ b/telepathy-logger/call-channel.c @@ -23,6 +23,7 @@ #include <glib.h> #include <telepathy-glib/telepathy-glib.h> +#include <telepathy-glib/telepathy-glib-dbus.h> #include "call-event.h" #include "call-event-internal.h" diff --git a/telepathy-logger/client-factory-internal.h b/telepathy-logger/client-factory-internal.h index a9e9337..aa21158 100644 --- a/telepathy-logger/client-factory-internal.h +++ b/telepathy-logger/client-factory-internal.h @@ -22,6 +22,7 @@ #define __TPL_CLIENT_FACTORY_H__ #include <telepathy-glib/telepathy-glib.h> +#include <telepathy-glib/telepathy-glib-dbus.h> typedef struct _TplClientFactory TplClientFactory; typedef struct _TplClientFactoryClass TplClientFactoryClass; diff --git a/telepathy-logger/log-manager.c b/telepathy-logger/log-manager.c index 64ffca7..49bc6db 100644 --- a/telepathy-logger/log-manager.c +++ b/telepathy-logger/log-manager.c @@ -32,6 +32,7 @@ #include <gio/gio.h> #include <glib/gstdio.h> #include <telepathy-glib/telepathy-glib.h> +#include <telepathy-glib/telepathy-glib-dbus.h> #include <telepathy-logger/conf-internal.h> #include <telepathy-logger/entity-internal.h> diff --git a/telepathy-logger/log-store-sqlite.c b/telepathy-logger/log-store-sqlite.c index 6d7b166..bd86340 100644 --- a/telepathy-logger/log-store-sqlite.c +++ b/telepathy-logger/log-store-sqlite.c @@ -26,6 +26,7 @@ #include <string.h> #include <telepathy-glib/telepathy-glib.h> +#include <telepathy-glib/telepathy-glib-dbus.h> #include <sqlite3.h> #include "event-internal.h" diff --git a/telepathy-logger/log-store-xml.c b/telepathy-logger/log-store-xml.c index b869cc4..b5d234c 100644 --- a/telepathy-logger/log-store-xml.c +++ b/telepathy-logger/log-store-xml.c @@ -35,6 +35,7 @@ #include <libxml/tree.h> #include <telepathy-glib/telepathy-glib.h> +#include <telepathy-glib/telepathy-glib-dbus.h> #include "telepathy-logger/call-event.h" #include "telepathy-logger/call-event-internal.h" diff --git a/telepathy-logger/text-channel.c b/telepathy-logger/text-channel.c index edfea1d..7402eb3 100644 --- a/telepathy-logger/text-channel.c +++ b/telepathy-logger/text-channel.c @@ -24,6 +24,7 @@ #include <glib.h> #include <telepathy-glib/telepathy-glib.h> +#include <telepathy-glib/telepathy-glib-dbus.h> #include "action-chain-internal.h" #include "entity-internal.h" diff --git a/tests/dbus/test-tpl-log-iter-pidgin.c b/tests/dbus/test-tpl-log-iter-pidgin.c index 1859057..5bff6d8 100644 --- a/tests/dbus/test-tpl-log-iter-pidgin.c +++ b/tests/dbus/test-tpl-log-iter-pidgin.c @@ -10,6 +10,7 @@ #include "telepathy-logger/text-event.h" #include <telepathy-glib/telepathy-glib.h> +#include <telepathy-glib/telepathy-glib-dbus.h> #include <glib.h> #define DEBUG_FLAG TPL_DEBUG_TESTSUITE diff --git a/tests/dbus/test-tpl-log-iter-xml.c b/tests/dbus/test-tpl-log-iter-xml.c index 95285f1..a8f865d 100644 --- a/tests/dbus/test-tpl-log-iter-xml.c +++ b/tests/dbus/test-tpl-log-iter-xml.c @@ -11,6 +11,7 @@ #include "telepathy-logger/text-event.h" #include <telepathy-glib/telepathy-glib.h> +#include <telepathy-glib/telepathy-glib-dbus.h> #include <glib.h> #define DEBUG_FLAG TPL_DEBUG_TESTSUITE diff --git a/tests/dbus/test-tpl-log-walker.c b/tests/dbus/test-tpl-log-walker.c index d6e5380..d8b5b9f 100644 --- a/tests/dbus/test-tpl-log-walker.c +++ b/tests/dbus/test-tpl-log-walker.c @@ -11,6 +11,7 @@ #include "telepathy-logger/text-event.h" #include <telepathy-glib/telepathy-glib.h> +#include <telepathy-glib/telepathy-glib-dbus.h> #include <glib.h> #define DEBUG_FLAG TPL_DEBUG_TESTSUITE |