summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2016-04-05 15:37:59 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2016-04-06 10:30:00 +0200
commit05093f2187921a84fedefd7a7cd727fce05c3a8b (patch)
tree10f8a5d083522c920a756efbf7240ba8e734214d
parente37f97a9f8b8e6dd2d209645f17d57482e98632f (diff)
qxl: Remove duplicate QXLState typedef
We can directly include spice-qxl.h in red-qxl.h as it already gets it indirectly anyway. >
-rw-r--r--server/red-qxl.h3
1 files changed, 1 insertions, 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;