From e7d0410043afbe679e5f530a09e7513002faba50 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 21 Nov 2008 16:23:16 +0000 Subject: Move the ft manager to src/ other programs do not need it. svn path=/trunk/; revision=1884 --- src/empathy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/empathy.c') diff --git a/src/empathy.c b/src/empathy.c index 869d14880..a5606acbe 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -44,7 +44,6 @@ #include #include -#include #include @@ -53,6 +52,7 @@ #include "empathy-status-icon.h" #include "empathy-call-window.h" #include "empathy-chat-window.h" +#include "empathy-ft-manager.h" #include "bacon-message-connection.h" #define DEBUG_FLAG EMPATHY_DEBUG_OTHER -- cgit