diff options
author | Frediano Ziglio <fziglio@redhat.com> | 2016-10-17 14:03:21 +0100 |
---|---|---|
committer | Frediano Ziglio <fziglio@redhat.com> | 2016-10-18 09:45:33 +0100 |
commit | bd322b68e695347ee0325417cbad73dd7cdd7713 (patch) | |
tree | d01e6daf826b0e869cc4b43a138da38540488e49 | |
parent | 44624ed8bf774eb2c6b0fa1c097e87b3b9eef397 (diff) |
Avoid to typedef twice CursorChannel
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Pavel Grunt <pgrunt@redhat.com>
-rw-r--r-- | server/cursor-channel-client.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |