[Spice-devel] [PATCH spice-server v2] red-worker: Do not include not necessary red-channel-client.h
Jonathon Jongsma
jjongsma at redhat.com
Thu Oct 20 16:17:51 UTC 2016
Acked-by: Jonathon Jongsma <jjongsma at redhat.com>
On Thu, 2016-10-20 at 16:06 +0100, Frediano Ziglio wrote:
> Definitions are all in red-channel.h
>
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
> server/red-qxl.c | 2 +-
> server/red-worker.h | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> Change since v1:
> - merged Jonathon fixup fixing rebase.
>
> diff --git a/server/red-qxl.c b/server/red-qxl.c
> index 87d613b..fa51195 100644
> --- a/server/red-qxl.c
> +++ b/server/red-qxl.c
> @@ -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"
>
> diff --git a/server/red-worker.h b/server/red-worker.h
> index dc2ff24..cf61a67 100644
> --- a/server/red-worker.h
> +++ b/server/red-worker.h
> @@ -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;
>
More information about the Spice-devel
mailing list