diff options
| author | Philippe Mathieu-Daudé | 2019-01-11 15:08:55 +0100 |
|---|---|---|
| committer | Thomas Huth | 2019-01-22 05:14:33 +0100 |
| commit | dfbb251e9f36b2e2cf2337ba5240cbd59ea35847 (patch) | |
| tree | d988a3a00c083fc6a6c9323fa9239a1dc4999d57 /include/qemu | |
| parent | audio: Remove AudioState from "qemu/typedefs.h" (diff) | |
| download | qemu-dfbb251e9f36b2e2cf2337ba5240cbd59ea35847.tar.gz qemu-dfbb251e9f36b2e2cf2337ba5240cbd59ea35847.tar.xz qemu-dfbb251e9f36b2e2cf2337ba5240cbd59ea35847.zip | |
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>
Diffstat (limited to 'include/qemu')
| -rw-r--r-- | include/qemu/typedefs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h index 1ea03d84ee..8bab07bd5d 100644 --- a/include/qemu/typedefs.h +++ b/include/qemu/typedefs.h @@ -82,7 +82,6 @@ typedef struct QBool QBool; typedef struct QDict QDict; typedef struct QEMUBH QEMUBH; typedef struct QemuConsole QemuConsole; -typedef struct QemuDmaBuf QemuDmaBuf; typedef struct QEMUFile QEMUFile; typedef struct QemuLockable QemuLockable; typedef struct QemuMutex QemuMutex; |
