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)
commit7bd9b0b41df67680ee20437c4c8f857c847235bf
treea286eaf47a5684b72d90ee2ba8cb6be8584dc2c2
parent423be09ab9492735924e73a2d36069784441ebc6
hw/audio/virtio-snd: Remove unnecessary "exec/tswap.h" header

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