hw/audio/virtio-snd: Remove unnecessary "exec/tswap.h" header
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 26 Sep 2024 10:21:13 +0000 (12:21 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 3 Oct 2024 14:26:05 +0000 (17:26 +0300)
We were including the "exec/tswap.h" header to get
target_words_bigendian() declaration, but since commit a276ec8e26
("hw/audio/virtio-snd: Always use little endian audio format")
removed this method call, we don't need this header anymore.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/audio/virtio-snd.c

index 69838181dd1cad3ec01d3c8e54b5df0c1d6e185c..c5581d7b3df72076d29918611870b4039a8cb77b 100644 (file)
@@ -20,7 +20,6 @@
 #include "qemu/log.h"
 #include "qemu/error-report.h"
 #include "qemu/lockable.h"
-#include "exec/tswap.h"
 #include "sysemu/runstate.h"
 #include "trace.h"
 #include "qapi/error.h"