ui/console: Remove DisplayState/DisplaySurface from "qemu/typedefs.h"
commit7536587c07da34c7183142df5ef0dada350872b4
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 11 Jan 2019 14:08:56 +0000 (11 15:08 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 22 Jan 2019 04:14:33 +0000 (22 05:14 +0100)
tree4b8cccf9d9ddf7f559471ae98cb944082115e7c8
parentdfbb251e9f36b2e2cf2337ba5240cbd59ea35847
ui/console: Remove DisplayState/DisplaySurface from "qemu/typedefs.h"

Files requiring DisplayState/DisplaySurface already include "ui/console.h".

To clean "qemu/typedefs.h", move the declarations to "ui/console.h"
(removing DisplaySurface forward declaration).

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
include/qemu/typedefs.h
include/ui/console.h