ui/console: Remove QemuDmaBuf from "qemu/typedefs.h"
commitdfbb251e9f36b2e2cf2337ba5240cbd59ea35847
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 11 Jan 2019 14:08:55 +0000 (11 15:08 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 22 Jan 2019 04:14:33 +0000 (22 05:14 +0100)
treed988a3a00c083fc6a6c9323fa9239a1dc4999d57
parentfd5283fb4b929742cbaf3cd1d79977b238f11de6
ui/console: Remove QemuDmaBuf from "qemu/typedefs.h"

Files requiring QemuDmaBuf already include "ui/console.h".

To clean "qemu/typedefs.h", move the declaration to "ui/console.h"
(removing the 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