From bd322b68e695347ee0325417cbad73dd7cdd7713 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Mon, 17 Oct 2016 14:03:21 +0100 Subject: Avoid to typedef twice CursorChannel Signed-off-by: Frediano Ziglio Acked-by: Pavel Grunt --- server/cursor-channel-client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/cursor-channel-client.h b/server/cursor-channel-client.h index 2336b95e..fab68379 100644 --- a/server/cursor-channel-client.h +++ b/server/cursor-channel-client.h @@ -24,6 +24,7 @@ #include "red-common.h" #include "red-channel-client.h" #include "reds-stream.h" +#include "cursor-channel.h" G_BEGIN_DECLS @@ -43,7 +44,6 @@ G_BEGIN_DECLS typedef struct CursorChannelClient CursorChannelClient; typedef struct CursorChannelClientClass CursorChannelClientClass; typedef struct CursorChannelClientPrivate CursorChannelClientPrivate; -typedef struct CursorChannel CursorChannel; struct CursorChannelClient { -- cgit v1.2.3