diff options
Diffstat (limited to 'libempathy/empathy-tp-call.h')
-rw-r--r-- | libempathy/empathy-tp-call.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libempathy/empathy-tp-call.h b/libempathy/empathy-tp-call.h index f5333bba5..c08c8b657 100644 --- a/libempathy/empathy-tp-call.h +++ b/libempathy/empathy-tp-call.h @@ -21,11 +21,9 @@ #ifndef __EMPATHY_TP_CALL_H__ #define __EMPATHY_TP_CALL_H__ -#include <telepathy-glib/connection.h> +#include <glib.h> #include <telepathy-glib/channel.h> -#include <libmissioncontrol/mission-control.h> - G_BEGIN_DECLS #define EMPATHY_TYPE_TP_CALL (empathy_tp_call_get_type ()) @@ -68,7 +66,7 @@ typedef struct } EmpathyTpCallStream; GType empathy_tp_call_get_type (void) G_GNUC_CONST; -EmpathyTpCall *empathy_tp_call_new (TpConnection *connection, TpChannel *channel); +EmpathyTpCall *empathy_tp_call_new (TpChannel *channel); void empathy_tp_call_accept_incoming_call (EmpathyTpCall *call); void empathy_tp_call_request_video_stream_direction (EmpathyTpCall *call, |