red-worker: Do not include not necessary red-channel-client.h

Definitions are all in red-channel.h

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
Frediano Ziglio 2016-10-20 16:04:35 +01:00
parent 177c331c53
commit afd4d44807
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
#include "reds.h"
#include "dispatcher.h"
#include "red-parse-qxl.h"
#include "main-channel-client.h"
#include "red-channel-client.h"
#include "red-qxl.h"

View File

@ -21,7 +21,7 @@
#include "red-common.h"
#include "red-qxl.h"
#include "red-parse-qxl.h"
#include "red-channel-client.h"
#include "red-channel.h"
typedef struct RedWorker RedWorker;