summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/empathy-chatroom-manager-test.c3
-rw-r--r--tests/empathy-parser-test.c2
-rw-r--r--tests/test-helper.h2
3 files changed, 3 insertions, 4 deletions
diff --git a/tests/empathy-chatroom-manager-test.c b/tests/empathy-chatroom-manager-test.c
index 3ba0239f1..7ecb82ac4 100644
--- a/tests/empathy-chatroom-manager-test.c
+++ b/tests/empathy-chatroom-manager-test.c
@@ -3,8 +3,7 @@
#include <string.h>
#include <glib/gstdio.h>
-#include <telepathy-glib/account-manager.h>
-#include <telepathy-glib/util.h>
+#include <telepathy-glib/telepathy-glib.h>
#include <libempathy/empathy-chatroom-manager.h>
diff --git a/tests/empathy-parser-test.c b/tests/empathy-parser-test.c
index feef03b51..4ae6f775a 100644
--- a/tests/empathy-parser-test.c
+++ b/tests/empathy-parser-test.c
@@ -6,7 +6,7 @@
#include "test-helper.h"
-#include <telepathy-glib/util.h>
+#include <telepathy-glib/telepathy-glib.h>
#define DEBUG_FLAG EMPATHY_DEBUG_TESTS
#include <libempathy/empathy-debug.h>
diff --git a/tests/test-helper.h b/tests/test-helper.h
index 67e371edc..cacd18b55 100644
--- a/tests/test-helper.h
+++ b/tests/test-helper.h
@@ -20,7 +20,7 @@
#ifndef __TEST_HELPER_H__
#define __TEST_HELPER_H__
-#include <telepathy-glib/account.h>
+#include <telepathy-glib/telepathy-glib.h>
void test_init (int argc,
char **argv);