server: Remove a redundant IncomingHandler typedef

This fixes a compilation error with gcc 4.4.7 on RHEL 6.8.

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
Francois Gouget 2016-10-14 11:32:22 +02:00 committed by Frediano Ziglio
parent efe49fa275
commit 2ebd69c4c5

View File

@ -51,7 +51,6 @@ G_BEGIN_DECLS
typedef struct RedChannel RedChannel;
typedef struct RedClient RedClient;
typedef struct IncomingHandler IncomingHandler;
typedef struct RedChannelClient RedChannelClient;
typedef struct RedChannelClientClass RedChannelClientClass;