diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-01-11 15:08:53 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-01-22 05:14:33 +0100 |
commit | fd5283fb4b929742cbaf3cd1d79977b238f11de6 (patch) | |
tree | beeb545b8075151f01140104bc6e42b6499c14f1 /include | |
parent | 639f642c60d8690e84b0f9113a9614469b1d7900 (diff) | |
download | qemu-fd5283fb4b929742cbaf3cd1d79977b238f11de6.zip qemu-fd5283fb4b929742cbaf3cd1d79977b238f11de6.tar.gz qemu-fd5283fb4b929742cbaf3cd1d79977b238f11de6.tar.bz2 |
audio: Remove AudioState from "qemu/typedefs.h"
Files requiring AudioState already include "audio_int.h".
To clean "qemu/typedefs.h", move the declaration to "audio_int.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')
-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 d5de58c..1ea03d8 100644 --- a/include/qemu/typedefs.h +++ b/include/qemu/typedefs.h @@ -8,7 +8,6 @@ typedef struct AdapterInfo AdapterInfo; typedef struct AddressSpace AddressSpace; typedef struct AioContext AioContext; -typedef struct AudioState AudioState; typedef struct BdrvDirtyBitmap BdrvDirtyBitmap; typedef struct BdrvDirtyBitmapIter BdrvDirtyBitmapIter; typedef struct BlockBackend BlockBackend; |