summaryrefslogtreecommitdiffstats
path: root/include/qemu
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2019-01-11 15:08:56 +0100
committerThomas Huth2019-01-22 05:14:33 +0100
commit7536587c07da34c7183142df5ef0dada350872b4 (patch)
tree4b8cccf9d9ddf7f559471ae98cb944082115e7c8 /include/qemu
parentui/console: Remove QemuDmaBuf from "qemu/typedefs.h" (diff)
downloadqemu-7536587c07da34c7183142df5ef0dada350872b4.tar.gz
qemu-7536587c07da34c7183142df5ef0dada350872b4.tar.xz
qemu-7536587c07da34c7183142df5ef0dada350872b4.zip
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>
Diffstat (limited to 'include/qemu')
-rw-r--r--include/qemu/typedefs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h
index 8bab07bd5d..3a57dfd98e 100644
--- a/include/qemu/typedefs.h
+++ b/include/qemu/typedefs.h
@@ -24,8 +24,6 @@ typedef struct DeviceListener DeviceListener;
typedef struct DeviceState DeviceState;
typedef struct DirtyBitmapSnapshot DirtyBitmapSnapshot;
typedef struct DisplayChangeListener DisplayChangeListener;
-typedef struct DisplayState DisplayState;
-typedef struct DisplaySurface DisplaySurface;
typedef struct DriveInfo DriveInfo;
typedef struct Error Error;
typedef struct EventNotifier EventNotifier;