qemu/bswap: Remove <byteswap.h> dependency
commite76ce15db7ea9542fbb962b12a8ac738b57b73cd
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Wed, 11 Jan 2023 16:31:44 +0000 (11 17:31 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 26 Jan 2023 12:25:07 +0000 (26 13:25 +0100)
treefd641ec3ce218f3217c7de3d78330adf803cf55c
parentb1032a23edf9c6af2bdfdf8f542f86221a75676b
qemu/bswap: Remove <byteswap.h> dependency

Since commit efc6c070aca ("configure: Add a test for the minimum
compiler version") the minimum compiler version required for GCC
is 4.8, which supports __builtin_bswap().
Drop the <byteswap.h> dependency.

Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230111163147.71761-4-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
include/qemu/bswap.h
meson.build