From f9a38137925ff6f712afe21961614a1efb3b35ea Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 14 Sep 2012 15:52:54 +0200 Subject: include telepathy-glib.h tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch. --- tests/empathy-chatroom-manager-test.c | 3 +-- tests/empathy-parser-test.c | 2 +- tests/test-helper.h | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) (limited to 'tests') 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 #include -#include -#include +#include #include 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 +#include #define DEBUG_FLAG EMPATHY_DEBUG_TESTS #include 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 +#include void test_init (int argc, char **argv); -- cgit v1.2.3