qxl: Remove duplicate QXLState typedef

We can directly include spice-qxl.h in red-qxl.h as it already gets it indirectly anyway.
>
This commit is contained in:
Christophe Fergeau 2016-04-05 15:37:59 +02:00
parent e37f97a9f8
commit 05093f2187

View File

@ -19,8 +19,7 @@
#define _H_RED_DISPATCHER
#include "red-channel.h"
typedef struct QXLState QXLState;
#include "spice-qxl.h"
typedef struct AsyncCommand AsyncCommand;