From 05093f2187921a84fedefd7a7cd727fce05c3a8b Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 5 Apr 2016 15:37:59 +0200 Subject: [PATCH] qxl: Remove duplicate QXLState typedef We can directly include spice-qxl.h in red-qxl.h as it already gets it indirectly anyway. > --- server/red-qxl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/red-qxl.h b/server/red-qxl.h index b1ebbe1f..c9b6b363 100644 --- a/server/red-qxl.h +++ b/server/red-qxl.h @@ -19,8 +19,7 @@ #define _H_RED_DISPATCHER #include "red-channel.h" - -typedef struct QXLState QXLState; +#include "spice-qxl.h" typedef struct AsyncCommand AsyncCommand;